res <- phytoparam(x = quadrat.df, measure.label = "CBH", taxon = "Species",
dead = "Morta", family = "Family", circumference = TRUE,
su = "Plot", height = TRUE, su.size = 25)
plot(res) # default theme (theme_classic)
plot(res, theme = "theme_light") # theme by name
plot(res, theme = ggplot2::theme_minimal()) # theme object
Run the code above in your browser using DataLab