validcpars {MSEtool} | R Documentation |
Valid custom parameters (cpars)
Description
Valid custom parameters (cpars)
Usage
validcpars(
type = c("all", "Stock", "Fleet", "Obs", "Imp", "internal"),
valid = TRUE,
show = TRUE
)
Arguments
type |
What cpars to show? 'all', 'Stock', 'Fleet', 'Obs', 'Imp', or 'internal' |
valid |
Logical. Show valid cpars? |
show |
Logical. Display the table in the Viewer? |
Value
a HTML datatable with variable name, description and type of valid cpars
Examples
## Not run:
validcpars() # all valid cpars
validcpars("Obs", FALSE) # invalid Obs cpars
## End(Not run)
[Package MSEtool version 3.7.1 Index]