powered by
Table format for input in the 'indvol' function, with mens="plot".
data("simple1")
A data frame with 120 observations on the following 5 variables.
Plot
a numeric vector
Individual
Specie
a character vector
# NOT RUN { library(florestal) #loads the data data(simple1) head(simple1) #calculates the individual woody volume simple2 <- indvol(simple1, mens="plot", veg="cerradoss_df") # }
Run the code above in your browser using DataLab