View source: R/plot.Bhattacharya.R
plot.Bhattacharya | R Documentation |
This function plots the seperated frequency distributions and selected regression lines of Bhattacharya method.
## S3 method for class 'Bhattacharya'
plot(x, analysisPlot = TRUE, ...)
x |
a list of the class |
analysisPlot |
logical; indicating wheter the anaylsis graph with the regression lines should be created |
... |
additional options of the |
This function plots the results of the Bhattacharya method.
Sparre, P., Venema, S.C., 1998. Introduction to tropical fish stock assessment. Part 1. Manual. FAO Fisheries Technical Paper, (306.1, Rev. 2). 407 p.
## Not run:
data(synLFQ1)
output <- Bhattacharya(param = synLFQ1)
plot(output)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.