plotpdf {pAnalysis} | R Documentation |
Plots the probability density function for a given number of degrees of freedom (dof) and a noise distribution function
plotpdf(dof, order = 4, dist = "normal", ...)
dof |
the number of degrees of freedom |
order |
the order of magnitude of the number of samples desired for the plot |
dist |
the noise distribution function. "normal" by default) |
... |
other arguments used in calls to pcdfs() |
The output of plotpdf is a ggplot object
Joseph G. Kreke, PhD
plt <- plotpdf(3)
plt <- plotpdf(5,order=6)