View source: R/plot.tag.returns.prop.v2.R
Plot tag return proportion | R Documentation |
Plot the difference between the predicted and observed proportions of tag returns by region. Experimental at the moment.
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
)
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 |
tagdat |
A data.frame of tagging data created by the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.