Learn R Programming

DLMtool (version 5.4.5)

validcpars: Valid custom parameters (cpars)

Description

Valid custom parameters (cpars)

Usage

validcpars(
  type = c("all", "Stock", "Fleet", "Obs", "Imp", "internal"),
  valid = TRUE
)

Arguments

type

What cpars to show? 'all', 'Stock', 'Fleet', 'Obs', 'Imp', or 'internal'

valid

Logical. Show valid cpars?

Value

a HTML datatable with variable name, description and type of valid cpars

Examples

Run this code
# NOT RUN {
validcpars() # all valid cpars

validcpars("Obs", FALSE) # invalid Obs cpars
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab