Skip to contents

Plot of the mvnpdf function

Usage

# S3 method for 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)