View source: R/covercorr_internal.R
covered_volume_partitioned | R Documentation |
Total volume of union of rectangles using volume hashing
covered_volume_partitioned(zmin, zmax)
zmin |
n x d matrix of bottomleft coordinates, one row per rectangle |
zmax |
n x d matrix of topright coordinates, one row per rectangle |
This is a wrapper of the C_covered_volume_partitioned function in C
a numeric value of the volume of the union
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.