Learn R Programming

DLMtool (version 5.2)

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 dataframe with variable name, description and type of valid/invalid cpars

Examples

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

validcpars("Obs", FALSE) # invalid Obs cpars

# }

Run the code above in your browser using DataLab