plot.mvnpdf: Plot of the mvnpdf function

Description Usage Arguments Value Examples

Description

Plot of the mvnpdf function

Usage

1
2
## S3 method for class 'mvnpdf'
plot(x, ...)

Arguments

x

an object of class mvnpdf resulting from a call of mnvpdf() function.

...

graphical parameters passed to plot() function.

Value

Nothing is returned, only a plot is given.

Examples

1
2
pdfvalues <- mvnpdf(x=matrix(seq(-3, 3, by = 0.1), nrow = 1), Log=FALSE)
plot(pdfvalues)

socale/firstpkg documentation built on May 26, 2019, 4:34 a.m.