ReportQuantity | R Documentation |
Reports the sum, mean or other functions on a variable of the QuantityData
.
ReportQuantity(
QuantityData,
TargetVariable = c("Abundance", "Biomass"),
TargetVariableUnit = character(),
ReportFunction = getReportFunctions(use = "Baseline"),
GroupingVariables = character(),
InformationVariables = character(),
Filter = character(),
RemoveMissingValues = FALSE,
WeightingVariable = character(),
ConditionOperator = character(),
ConditionValue = character(),
FractionOverVariable = character()
)
QuantityData |
The |
TargetVariable |
The variable to report. |
TargetVariableUnit |
The unit to use for the |
ReportFunction |
The name of a function to report the Baseline process output by. This must be a function returning a single value. See |
GroupingVariables |
The variables to report by. For most applications |
InformationVariables |
Variables to include as columns to the end of the report table. These cannot have more unique combinations than the |
Filter |
A string with an R expression to filter out unwanted rows of the report, e.g. "IndividualAge %notin% NA" or "Survey %notin% NA & SpeciesCategory %notin% NA". |
RemoveMissingValues |
Logical: If TRUE, remove missing values (NAs) from the |
WeightingVariable |
The variable to weight by. Only relevant for |
ConditionOperator , ConditionValue |
Expressions (strings) giving the condition for the |
FractionOverVariable |
When |
A ReportQuantityData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.