rict | R Documentation |
The rict
function classifies observed environmental values.
rict(
data = NULL,
year_type = "multi",
store_eqrs = FALSE,
area = NULL,
crs = NULL,
seed = TRUE
)
data |
Dataframe of observed environmental values for example of input
data see
|
year_type |
"single" or "multi" depending if multi-year classification required - default is "multi". |
store_eqrs |
TRUE/FALSE if set to TRUE function will return simulate EQRs. |
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. |
seed |
Use seed as setup in RICT2 Azure as default, useful for testing only. |
Dataframe of classification results (and simulated EQRs if store_eqrs = TRUE).
rict_predict
to run prediction (not classification)
## Not run:
results <- rict(demo_observed_values)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.