Description Usage Arguments Details Value Examples
To do.
1 | makeVolumeSet(x, y, z, intervals = rep(1, 3), label = "auto")
|
x, y, z |
Vectors of length two containing the min and max values for each dimension. |
intervals |
A numeric vector of length 3, with numbers (greater than or equal to 1) giving the numbers of intervals into which x, y ans z are to be cut. |
label |
Do the volumes need to be labelized? Either "auto" or a character vector of length equals to the number of volumes must be provided. |
Note that the plotting process may be time-consuming with a large number of
polygons. Consider using the parameter fraction
to plot only a random
subset of all the polygons. You can have only one volume in your set of
volumes.
An object of class c("VolumeSet", "data.frame")
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.