plot_tagging_fits_pooled: Plots the fits to the pooled tagging data.

Description Usage Examples

View source: R/om_plot_tagging_fits.R

Description

Plots the fits to the pooled tagging data for sbtmod22.tpl outputs from a _lab.rep file.

Usage

1
2
3
4
5
6
plot_tagging_fits_pooled(
  data.object,
  ages = 2:8,
  years = 1992:1997,
  case_label = "c1s1l1orig.5_h1m1M1O1C2a1"
)

Examples

1
2
3
4
pdf("figs/Tagfits pooled.pdf", width = 3, height = 8)
# Does not work on sbtmod21 (since the tagging likelihood there is on pooled taggging data)
tagging.fits.pooled(data.object = x[[1]], ages = 2:8, years = 1992:1997, case_label="c1")
dev.off()

CCSBT/sbtr documentation built on Oct. 25, 2020, 9:11 p.m.