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

View source: R/mvnpdf.R

plot.mvnpdfR Documentation

Plot of the mvnpdf function on the first dimension

Description

Plot of the mvnpdf function on the first dimension

Usage

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

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

robingenuer/mypkgr documentation built on June 10, 2022, 11:01 p.m.