dnorm.curve: Draw normal density curve based on mean and standard...

View source: R/dnorm.curve.R

dnorm.curveR Documentation

Draw normal density curve based on mean and standard deviation

Description

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.

Usage

dnorm.curve(M, SD,xlab='',...) 

Arguments

M

a mean value.

SD

a standard deviation.

xlab

a expression denoting label on x axis.

...

the default arguments passed to curve function.

Examples

M <- 26.676471; SD <- 3.682231
dnorm.curve(M = M, SD = SD,xlab=Growth~season~rain~pulse~'No.')

liuguofang/figsci documentation built on Nov. 24, 2023, 1:45 p.m.