transect_list_inventory: Obtain species details for a list of transect assessments

View source: R/transect_list_inventory.R

transect_list_inventoryR Documentation

Obtain species details for a list of transect assessments

Description

transect_list_inventory() returns a list of data frames, each of which consists of all plant species included in a floristic quality assessment of a transect obtained from universalfqa.org.

Usage

transect_list_inventory(transect_list)

Arguments

transect_list

A list of data sets downloaded from universalfqa.org, typically using download_transect_list().

Value

A list of data frames, each with 13 columns:

  • species (character)

  • family (character)

  • acronym (character)

  • nativity (character)

  • c (numeric)

  • w (numeric)

  • physiognomy (character)

  • duration (character)

  • frequency (numeric)

  • coverage (numeric)

  • relative_frequency_percent (numeric)

  • relative_coverage_percent (numeric)

  • relative_importance_value (numeric)

Examples


# While transect_list_inventory can be used with a list of .csv file downloaded
# manually from the universal FQA website, it is most typically used
# in combination with download_transect_list()

chicago <- download_transect_list(database = 149)
chicago_invs <- transect_list_inventory(chicago)



fqar documentation built on June 22, 2025, 1:06 a.m.