plot.mvnpdf: Plot of the mvnpdf function

View source: R/mvnpdf.R

plot.mvnpdfR Documentation

Plot of the mvnpdf function

Description

Plot of the mvnpdf function

Usage

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

Arguments

x

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

...

graphical parameters passed to plot() function.

Value

Nothing is returned, only a plot is given

Examples

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

Florian-40/mypkgr documentation built on April 30, 2022, 6:10 p.m.