quantitative_methods: List of predefined quantitative methods

quantitative_methodsR Documentation

List of predefined quantitative methods

Description

This data frame contains the definition of predefined quantitative methods available for Veg-X. These are used by calling function predefinedMeasurementMethod or directly by their name. When a string refers to a subject, the default method for that subject is used.

Details

  • subject The description of an attribute class for comparative purposes.

  • name The name of the measurement method (normally includes units)

  • description Short description of the measurement method (subject and units)

  • unit Measurement units

  • lowerLimit Lower limit of the quantitative scale, if defined

  • upperLimit Upper limit of the quantitative scale, if defined

Author(s)

Veg-X team.

See Also

predefinedMeasurementMethod, defineQuantitativeScaleMethod

Examples


# To explore available methods
data("quantitative_methods")

#To use one of them within Veg-X
predefinedMeasurementMethod("Plant cover/%")

miquelcaceres/VegX documentation built on Sept. 18, 2022, 7:04 p.m.