plot.mBCV_obj {KDEmcmc} | R Documentation |
Plot Kernel Density Result from mBCV_obj
Description
draw a histogram and density curve of the results.
Usage
## S3 method for class 'mBCV_obj'
plot(x, main=NULL, xlab="", ...)
Arguments
x |
|
main |
title of plot. |
xlab |
title for the x axis. |
... |
arguments to be paseed to methods. |
Value
No return value. Called for its side effects (generates a plot).
[Package KDEmcmc version 0.0.1 Index]