TropFishR (version 1.6.2)

plot.Bhattacharya: Bhattacharya plot

Description

This function plots the seperated frequency distributions and selected regression lines of Bhattacharya method.

Usage

# S3 method for Bhattacharya
plot(x, analysisPlot = TRUE, ...)

Arguments

x

a list of the class "Bhattacharya" containing the results of Bhattacharya's method.

analysisPlot

logical; indicating wheter the anaylsis graph with the regression lines should be created

...

additional options of the plot function

Details

This function plots the results of the Bhattacharya method.

References

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.

Examples

Run this code
# NOT RUN {
 data(synLFQ1)
 output <- Bhattacharya(param = synLFQ1)
 plot(output)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab