plot.mvnpdf | R Documentation |
Plot of the mvnpdf function on the first dimension
## S3 method for class 'mvnpdf' plot(x, ...)
x |
an object of class |
... |
graphical parameters passed to |
Nothing is returned, only a plot is given.
pdfvalues <- mvnpdf(x=matrix(seq(-3, 3, by = 0.1), nrow = 1), Log=FALSE) plot(pdfvalues)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.