View source: R/writeFunctions.R
inputList_EffortData | R Documentation |
Function to create an input list for effort data.
inputList_EffortData(
dfr = NULL,
avgInterval = "[1992:-1]",
likeType = c("NORM2", "NORMAL", "LOGNORMAL"),
likeWgt = 1,
unitsIn = c("ONES", "MILLIONS"),
unitsOut = c("MILLIONS", "ONES")
)
dfr |
: effort data dataframe |
avgInterval |
: averaging interval (e.g., |
likeType |
: likelihood type ("NORM2","NORMAL",or "LOGNORMAL") |
likeWgt |
: likelihood weight (multiplier) |
unitsIn |
: input effort units ("ONES","MILLIONS") |
unitsOut |
: output effort units ("ONES","MILLIONS") |
See below:
The input dataframe dfr
should have the following column names
year
effort
The output list has elements:
dfr - dataframe with columns 'year' and 'effort'
avgInterval - averaging interval given in TCSAM02 time block format
likeType - likelihood type
likeWgt - likelihood weight
unitsIn - units for input effort
unitsOut - units for output effort
a list (see Details).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.