rict_predict | R Documentation |
Calculate River Invertebrate Classification Tool (RICT) predictions
rict_predict(
data = NULL,
all_indices = FALSE,
taxa = FALSE,
taxa_list = c("TL1", "TL2", "TL3", "TL4", "TL5"),
rows = NULL,
area = NULL,
crs = NULL
)
data |
Dataframe of predictive environmental values - variables dependent on input for model 44, model 1, NI or GB
|
all_indices |
Boolean - Return all indices in output (default only returns WHPT indices). |
taxa |
Boolean - Return taxa predictions (default returns indices). |
taxa_list |
Vector of taxa lists to predict default all lists i.e. c("TL1", "TL2", "TL3", "TL4", "TL5"). |
rows |
Number (integer) of rows (one site per row) to predict taxa. Default is all rows. |
area |
Area is by detected by default from the NGR, but you can provide the area parameter either 'iom', 'gb, 'ni' for testing purposes. |
crs |
optionally set crs to '29903' for Irish projection system. |
Dataframe of predicted biotic scores and probability of observed values falling into each statistical grouping of rivers.
rict_classify
to run classification using rict_predict
outputs
## Not run:
predictions <- rict_predict(demo_observed_values)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.