volume {spatstat} | R Documentation |
Computes the volume of a spatial object such as a three-dimensional box.
volume(x)
x |
An object whose volume will be computed. |
This function computes the volume of an object such as a three-dimensional box.
The function volume
is generic, with methods for
the classes "box3"
(three-dimensional boxes) and
"boxx"
(multi-dimensional boxes).
There is also a method for the class "owin"
(two-dimensional windows), which is identical to area.owin
.
The numerical value of the volume of the object.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
area.owin
,
volume.box3
,
volume.boxx