get_model {cvasi} | R Documentation |
Get model name
Description
Returns the unique model name that is associated with a scenario, e.g.
GUTS-RED-IT
. The function supports vectorized arguments.
Usage
get_model(x)
Arguments
x |
(vector of) scenarios or |
Value
vector of character
Examples
# returns `GUTS-RED-IT`
get_model(minnow_it)
[Package cvasi version 1.1.3 Index]