dnorm.curve | R Documentation |
The function could be used as drawing normal density curve based on mean and standard deviation. It benefits to capture the variation in mean annual among past several decades.
dnorm.curve(M, SD,xlab='',...)
M |
a mean value.
SD |
a standard deviation.
xlab |
a expression denoting label on x axis.
... |
the default arguments passed to curve
function.
M <- 26.676471; SD <- 3.682231
dnorm.curve(M = M, SD = SD,xlab=Growth~season~rain~pulse~'No.')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.