plotdata | R Documentation |
plotdata generates graphs of CE and log-transformed CE data. Included in the graph of the log-transformed cpue data is a fitted normal distribution with the associated bias-corrected average.
plotdata(indat, dependent = "LnCE")
indat |
is the data.frame containing the data being standardized. |
dependent |
variable name; defaults to LnCE. |
a plot of the untransformed cpue data and of the log-transformed data. Included on the log-transformed data is a fitted normal distribution and the bias-corrected mean estiamte of average CPUE.
## Not run:
data(sps)
pick <- which(sps$Year == 2005)
sps2 <- droplevels(sps[pick,])
plotprep()
plotdata(sps2)
plotdata(sps2[sps2$Depth > 200,])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.