Description Usage Arguments Value Author(s) See Also
Contour plot of a two-dimensional probability density function.
1 2 | contourpdf(calcpdf_mv,norm=T,xlim=c(-3,3),ylim=c(-3,3),
levels=c(0.05,0.5,0.95),res=20,lty="solid",...)
|
calcpdf_mv |
function to calculate the log pdf values at a set of locations specified by its first argument |
norm |
TRUE if the probability density is normalized, FALSE if integration over the domain given by xlim and ylim should be used for normalization |
xlim |
bounds of the integration range for the first variable |
ylim |
bounds of the integration range for the second variable |
levels |
vector of probabilities to be contained in the contour line |
res |
resolution of grid used to countour (number of points in each dimension) |
lty |
line type of contour lines |
... |
additional arguments passed to |
Contour plot. Returns integral of the probability density over the given range at the given resolution.
Peter Reichert <peter.reichert@eawag.ch>
Plot.res
, Plot.vars
, Plot.chains
, Plot.margs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.