plot.CatDynData {CatDyn}R Documentation

Exploratory Analysis of Catch and Effort Fisheries Data

Description

Allows examining the relation between catch and effort, the marginal distributions of catch and effort, and the time series of catch, effort, the catch spike statistic, and mean body weight in the catch.

Usage

## S3 method for class 'CatDynData'
plot(x, mark, offset, hem, ...)

Arguments

x

An object of class CatDynData.

mark

Logical. If TRUE then the time step is posted on top of each point of the time series of catch, effort, and the catch spike statistic.

offset

Numeric. A vector of length 3 that positions the mark above a given distance over the point.

hem

Character. Either N (northern hemisphere) or S (southern hemisphere).

...

Further arguments to be passed to plot(), hist().

Details

Use NA to cancel the mark over the points of any of the three time series that can be marked. In the case of two-fleet models, the plot will display the data for the first fleet, then the user needs to hit Enter to display the data for the second fleet.

Value

A seven panel plot.

Author(s)

Ruben H. Roa-Ureta (ORCID ID 0000-0002-9620-5224)

Examples

#See examples for CatDynFit().

[Package CatDyn version 1.1-1 Index]