plot.mvnpdf: Plot of the mvnpdf function

Description Usage Arguments Value Examples

View source: R/mvnpdf.R

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 "????" mvnpdf() function.

...

graphical parameters passed to plot() "????"

Value

Nothing is returned, only a plot is given

Examples

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

rcoueron/mypkgr documentation built on May 26, 2019, 12:35 a.m.