plotcdf {pAnalysis} | R Documentation |
Plot several Cumulative Density Functions
Description
Plots the cumulative probability density function for a given number of degrees of freedom (dof) and a noise distribution function
Usage
plotcdf(dof, order = 4, dist = "normal", ...)
Arguments
dof |
the degrees of freedom of interest |
order |
the order of magnitude of the number of samples desired for the plot |
dist |
the noise distribution: 'normal', 'uniform', 'lognormal', 'poisson', 'binomial' |
... |
other arguments used in pcdfs(). |
Value
The output of plotcdf() is a ggplot object
Author(s)
Joseph G. Kreke, PhD
Examples
plt <- plotcdf(dof=10, dist="lognormal")
plt <- plotcdf(4,order=5,dist='binomial',par1=10,par2=0.75)
[Package pAnalysis version 2.0 Index]