Description Usage Arguments Value Examples
addnorm - adds a normal distribution to a histogram of a data set. This is generally to be used to illustrate whether log-transformation normalizes a set of catch or cpue data.
1 | addnorm(inhist, xdata, inc = 0.01)
|
inhist |
- is the output from a call to 'hist' (see examples) |
xdata |
- is the data that is being plotted in the histogram. |
inc |
- defaults to a value of 0.01; is the fine grain increment used to define the normal curve. The histogram will be coarse grained relative to this. |
a list with a vector of 'x' values and a vector of 'y' values (to be used to plot the fitted normal probability density function), and a vector used two called 'stats' containing the mean and sandard deviation of the input data
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.