powered by
Table format for input in the 'indvol' function, with mens="bit".
data("bit1")
A data frame with 121 observations on the following 6 variables.
a numeric vector
Individual
Specie
a character vector
# NOT RUN { library(florestal) #loads the data data(bit1) head(bit1) #calculates the individual woody volume bit2 <- indvol(bit1, mens="bit", f=0.7) # }
Run the code above in your browser using DataLab