View source: R/ProcessResults.R
ProcessResults | R Documentation |
Process results of the ageing error estimation
ProcessResults(
Species = "AgeingError",
SaveDir = getwd(),
CalcEff = FALSE,
verbose = FALSE
)
Species |
A string that will be used to create file names. Typically,
users will use the common name for the species of interest, especially if
you are saving files from multiple species in a single directory. Though,
the default is |
SaveDir |
A path, relative or absolute, to a directory where the results will be saved. The directory need not exist currently as it will be created dynamically. |
CalcEff |
Calculate effective sample sizes (TRUE/FALSE) |
verbose |
A logical specifying if messages should be printed. The
default is to NOT print, i.e., |
Andre E. Punt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.