R/mvnpdf.R
plot.mvnpdf.Rd
Plot of the mvnpdf function on the first dimension
# S3 method for mvnpdf plot(x, ...)
an object of class mvnpdf resulting from a call of mnvpdf() function.
mvnpdf
mnvpdf()
graphical parameters passed to plot() function.
plot()
Nothing is returned, only a plot is given.
pdfvalues <- mvnpdf(x=matrix(seq(-3, 3, by = 0.1), nrow = 1), Log=FALSE) plot(pdfvalues)