Description Usage Arguments Value References Examples
Convenience function to construct an S4 object representing a bivariate density/etc matrix from a bivariate PDF/CDF.
Unlike other objects in the package, you're welcome to access the slots.
1 |
sf |
A suitable function object. |
xlim, ylim |
Numeric length two vectors, giving the evaluation ranges. |
n |
Integer vector of length one or two, giving the number of points, in each x and y direction. |
... |
Ignored. |
An S4 object with three slots, fv (a matrix), x (x evaluation points) and y (y evaluation points).
Each row in fv, corresponds to one x value, and each column to one y value.
Refer to the vignette for an overview, references and better examples.
1 2 3 4 | prep.ph.data ()
cfh2 <- pdfmv.cks (trees2 [,-2])
ph4.BVMatrix (cfh2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.