plotFCSCCC: (Calibration Performance) Model Comparison Plots

Description Usage Arguments Details Value Examples

Description

1:1 plots for comparing FCS and CCC data by stock and age.

Usage

1
2
plotFCSCCC(data.combined, savepng = FALSE, results.path = ".",
  point.col.df, ...)

Arguments

data.combined

A dataframe. Output of importFCSCCC.

savepng

A Boolean confirming to also save a PNG file of each plot.

...
agegroup.n

An integer, equates to the number of plots per page. See detail

Details

Option to produce PNG files. Relies on the package: lattice. Argument data.combined Argument agegroun.n determines the number of lattice panels per page. The value would typically range 1–4 based on the number of age groups being evaluated. Considering the unique values of agegroup are c('age.3', 'age.4', 'age.5', 'totalabundance').

Value

One lattice plot per unique combination of stock and calibration model, with option to produce the same in the form of a PNG file.

Examples

1
2
3
4
## Not run: 
plotFCSCCC(data.combined)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.