unitDensity | R Documentation |
Create a density of inout and normalizes the maximum to be 1
unitDensity(x, ...)
x |
vector of numeric values to pass on to a |
... |
any arguments to be passed on to |
list of x
and y
with x and y information to generate a plot
standardNormal = unitDensity(qnorm(seq(0.0001,0.9999,length = 1000),0,1))
plot(standardNormal$x, standardNormal$y, col = qp.blue, type = 'l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.