npe_heights {neonPlantEcology}R Documentation

Get heights

Description

Get heights

Usage

npe_heights(
  neon_div_object,
  scale = "plot",
  verbose = FALSE,
  timescale = "annual"
)

Arguments

neon_div_object

the raw diversity data downloaded using neonPlantEcology::download_plant_div() or the function neonUtilities::loadByProduct() with the dpID arguement set to "DP1.10058.001".

scale

the spatial scale of aggregation. Can be "1m", "10m", "100m", "plot" or "site". default is "plot".

verbose

if true, prints details of which eventID errors were fixed into the console

timescale

The temporal scale of aggregation. Can be "all", "annual" or "subannual" in the case of multiple sampling bouts per year. Defaults to "annual".

Value

a data frame with each row a single observation of species height at the spatial and temporal scale chosen by the user.

Examples

data("D14")
heights <- npe_heights(D14)

[Package neonPlantEcology version 1.6.1 Index]