fgeo.plot helps you to plot ForestGEO data.
Install the latest stable version of fgeo.plot from CRAN with:
install.packages("fgeo.plot")
Or install the development version of fgeo.plot with:
# install.packages("devtools")
::install_github("forestgeo/fgeo.plot") devtools
Or install all fgeo packages in one step.
library(fgeo.plot)
<- fgeo.x::tree6_3species
small_census
autoplot(sp(small_census))
<- fgeo.x::elevation
elevation
autoplot(
sp_elev(small_census, elevation),
fill = "red",
hide_color_legend = TRUE
)