knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
Access small example datasets from Luquillo, a ForestGEO site in Puerto Rico.
Install the latest stable version of fgeo.x from CRAN with:
install.packages("fgeo.x")
Install the development version of fgeo.x from GitHub with:
# install.packages("devtools") devtools::install_github("forestgeo/fgeo.x")
Or install all fgeo packages in one step.
library(fgeo.x)
Some datasets available in fgeo.x:
str(elevation) str(habitat) str(tree5) str(stem5) str(vft_4quad)
Some other datasets that install with fgeo.x:
example_path() dir(example_path("view")) str(read.csv(example_path("vft_4quad.csv")))
Download data from fgeo.data:
str(download_data("luquillo_stem6_random"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.