View source: R/metric_values.R
metric.values.coral | R Documentation |
Subfunction of metric.values for use with coral
metric.values.coral(
myDF,
MetricNames = NULL,
boo.Adjust = FALSE,
cols2keep = NULL,
MetricSort = NA,
boo.Shiny = FALSE,
verbose
)
myDF |
Data frame of taxa. |
MetricNames |
Optional vector of metric names to be returned. |
boo.Adjust |
Optional boolean value on whether to perform adjustments of values prior to scoring. Default = FALSE but may be TRUE for certain metrics. |
cols2keep |
Column names of fun.DF to retain in the output. Uses column names. |
MetricSort |
How metric names should be sort; NA = as is , AZ = alphabetical. Default = NULL. |
boo.Shiny |
Boolean value for if the function is accessed via Shiny. Default = FALSE. |
verbose |
Include messages to track progress. Default = FALSE |
For internal use only. Called from metric.values().
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.