plot.retro | R Documentation |
plot and summary functions for retro object.
## S4 method for signature 'retro,missing'
plot(x, color = NULL)
## S4 method for signature 'retro'
summary(object)
x |
An object of class retro. |
color |
An optional character vector of colors for plotting. |
object |
An object of class retro. |
A series of plots showing retrospective patterns in fishing mortality, spawning biomass, recruitment, etc.
Q. Huynh
res <- SP(Data = swordfish)
ret <- retrospective(res, figure = FALSE)
summary(ret)
plot(ret)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.