plot.retro: Methods for retro object

Description Usage Arguments Author(s) Examples

Description

plot and summary functions for retro object.

Usage

1
2
3
4
5
## 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.

Author(s)

Q. Huynh

Examples

1
2
3
4
5
6
7
8
9
res <- SCA(Data = DLMtool::Red_snapper)
ret <- retrospective(res)

summary(ret)

## Not run: 
plot(ret)

## End(Not run)

tcarruth/MSEtool documentation built on Oct. 19, 2020, 6:09 a.m.