knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Open datasets of ForestGEO

lifecycle Travis build status CRAN status

Installation

Install the pre-release version of fgeo.data:

# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.data@pre-release")

Or install the development version of fgeo.data:

# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.data")

Or install all fgeo packages in one step.

For details on how to install packages from GitHub, see this article.

Example

library(fgeo.data)

str(data_dictionary)

str(luquillo_tree5_random)

str(luquillo_elevation)

Get started with fgeo

Information



forestgeo/fgeo.data documentation built on May 9, 2019, 8:06 p.m.