plot.mvnpdf: Plot of the mvnpdf function on the first dimension

Description Usage Arguments Value Examples

Description

Plot of the mvnpdf function on the first dimension

Plot of the mvnpdf function

Usage

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

## 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.

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.

Nothing is returned, only a plot is given.

Examples

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

jdumerc/mypkgr documentation built on May 13, 2019, 6:09 p.m.