plot.retro: Methods for retro object

plot.retroR Documentation

Methods for retro object

Description

plot and summary functions for retro object.

Usage

## S4 method for signature 'retro,missing'
plot(x, color = NULL)

## S4 method for signature 'retro'
summary(object)

Arguments

x

An object of class retro.

color

An optional character vector of colors for plotting.

object

An object of class retro.

Value

A series of plots showing retrospective patterns in fishing mortality, spawning biomass, recruitment, etc.

Author(s)

Q. Huynh

Examples


res <- SP(Data = swordfish)
ret <- retrospective(res, figure = FALSE)

summary(ret)
plot(ret)


SAMtool documentation built on Nov. 18, 2023, 9:07 a.m.