Learn R Programming

fqar (version 0.5.6)

transect_inventory: Obtain species details for a floristic quality transect assessment

Description

transect_inventory() returns a data frame of all plant species included in a floristic quality transect assessment obtained from universalfqa.org.

Usage

transect_inventory(data_set)

Value

A data frame 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)

Arguments

data_set

A data set downloaded from universalfqa.org either manually or using download_transect().

Examples

Run this code
# while transect_glance can be used with a .csv file downloaded
# manually from the universal FQA website, it is most typically used
# in combination with download_transect().

# \donttest{
tyler <- download_transect(6352)
transect_inventory(tyler)
# }

Run the code above in your browser using DataLab