View source: R/Module_applyRapidStatusTree.R
applyRapidStatusTree | R Documentation |
this function applies the current version of the rapid status decision tree to a data set of retrospective status metrics calculated with the calcMetrics() function
applyRapidStatusTree(data.df, id.col = "CU_ID", group.var = NULL)
data.df |
data file with metric values, with labels in first column (and optionally an IntStatus column that has results from any integrated status assessments that have been done) |
id.col |
column label for unique case identifier (e.g. "CU_ID") |
group.var |
column name used for grouping summaries (e.g. by species). default is NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.