plotpdf: Plot Several Probability Density Functions

Description Usage Arguments Value Author(s) Examples

View source: R/Percentile_Analysis_Functions_v2.R

Description

Plots the probability density function for a given number of degrees of freedom (dof) and a noise distribution function

Usage

1
plotpdf(dof, order = 4, dist = "normal", ...)

Arguments

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()

Value

The output of plotpdf is a ggplot object

Author(s)

Joseph G. Kreke, PhD

Examples

1
2
	plt <- plotpdf(3)
	plt <- plotpdf(5,order=6)

pAnalysis documentation built on May 2, 2019, 9:17 a.m.