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

Data sets from BCI for examples

lifecycle CRAN status

Installation

Install all fgeo packages in one step

# install.packages("remotes")
remotes::install_github("forestgeo/bciex")

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

Example

library(bciex)

# Mini dataset of 1000 randomly selected trees from BCI; data realeased in 2012
str(bci12t1mini)

Get started

Information

Acknowledgements

Thanks to Suzanne Lao and Shameema Jafferjee Esufali for facilitating data and for answering my questions.



forestgeo/bciex documentation built on May 28, 2019, 7:16 a.m.