plot.retro {SAMtool} | R 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)
[Package SAMtool version 1.6.4 Index]