Description Usage Arguments Details Value
View source: R/synapsesAuxFuncs.r
Compute approximate boxvolume for a given sample
1 | sampleBoxVolume(x, y = NULL, z = NULL, d = NULL)
|
x |
Either a 3-column dataframe (x,y,z,d) or a numeric vector |
y |
A numeric vector with y coordinates (same length as |
z |
A numeric vector with z coordinates (same length as |
d |
A numeric vector with point diameter (same length as |
Given a dataframe (or vectors) with x,y,z cartesian coordiantes of a 3D spatial process, and optionally a vector or column with the point diameters, computes the volume of the box that covers the given sample.
Sample box volume
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.