knitr::opts_chunk$set( echo = TRUE, fig.show = "hold", fig.align = "center", out.width = "75%", fig.width = 7.5, fig.asp = 0.6, collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
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") 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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.