The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Plot ForestGEO datafgeo.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")
devtools::install_github("forestgeo/fgeo.plot")Or install all fgeo packages in one step.
library(fgeo.plot)
small_census <- fgeo.x::tree6_3species
autoplot(sp(small_census))
elevation <- fgeo.x::elevation
autoplot(
sp_elev(small_census, elevation),
fill = "red",
hide_color_legend = TRUE
)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.