Learn R Programming

CatDyn (version 1.1-1)

plot.CatDynData: 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 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().

Value

A seven panel plot.

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.

Examples

Run this code
# NOT RUN {
#See examples for CatDynFit().
# }

Run the code above in your browser using DataLab