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

Small ForestGEO datasets for examples

lifecycle Travis build status CRAN status

Access small example datasets from Luquillo, a ForestGEO site in Puerto Rico.

Installation

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.

Example

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"))

Get started with fgeo

Information



forestgeo/fgeo.x documentation built on June 18, 2019, 5:20 p.m.