aim_gdb: Build AIM Indicators Tables and Feature Classes

gather_header_terradatR Documentation

Build AIM Indicators Tables and Feature Classes

Description

Build AIM Indicators Tables and Feature Classes

export gather_header_survey123 rdname aim_gdb

Usage

gather_header_terradat(dsn = NULL, tblPlots = NULL, date_tables = NULL, ...)

gather_header_lmf(dsn = NULL, ...)

gather_header_nri(dsn = NULL, ...)

gather_header(
  dsn = NULL,
  source,
  tblPlots = NULL,
  date_tables = NULL,
  speciesstate = NULL,
  ...
)

lpi_calc(header, lpi_tall, species_file, source, dsn)

gap_calc(header, gap_tall)

height_calc(header, height_tall, species_file = species_file, source)

spp_inventory_calc(header, spp_inventory_tall, species_file, source)

soil_stability_calc(header, soil_stability_tall)

build_terradat_indicators(
  header,
  source,
  dsn,
  species_file,
  lpi_tall,
  gap_tall,
  height_tall,
  spp_inventory_tall,
  soil_stability_tall,
  ...
)

build_lmf_indicators(
  header,
  source,
  dsn,
  species_file,
  lpi_tall,
  gap_tall,
  height_tall,
  spp_inventory_tall,
  soil_stability_tall,
  ...
)

build_indicators(
  header,
  source,
  dsn,
  lpi_tall,
  species_file,
  gap_tall,
  height_tall,
  spp_inventory_tall,
  soil_stability_tall,
  ...
)

Arguments

dsn

String File path to the TerrADat database.

...

Query in grepl format that subsets plots.

source

String. Specifies data source, "AIM", "LMF"

header

Dataframe. Plot header containing plot metadata

Value

A tbl of indicators of either tall or wide format.


smccord/terradactyl documentation built on Dec. 1, 2023, 7:37 p.m.