plot.tag.return.proportion.v2: Plot proportions of tag returns by region

View source: R/plot.tag.returns.prop.v2.R

Plot tag return proportionR Documentation

Plot proportions of tag returns by region

Description

Plot the difference between the predicted and observed proportions of tag returns by region. Experimental at the moment.

Usage

plot.tag.return.proportion.v2(
  tagrelease,
  tagrep,
  fishery.map,
  plot.type = "point",
  save.dir,
  save.name
)

prepare.tag.return.proportion.v2(tagrelease, tagrep, fishery.map)

generate.tag.return.proportion.v2(
  pdat,
  plot.type = "point",
  save.dir,
  save.name
)

Arguments

plot.type

What type of plot: 'point' (default) or 'bar'.

save.dir

Path to the directory where the outputs will be saved.

save.name

Name stem for the output, useful when saving many model outputs in the same directory.

pdat

Data from calling prepare.tag.return.proportion.v2()

tagdat

A data.frame of tagging data created by the tag.data.preparation() function.


PacificCommunity/ofp-sam-diags4MFCL documentation built on Oct. 11, 2023, 1:32 a.m.