| integral.msr {spatstat} | R Documentation |
Computes the integral (total value) of a measure over its domain.
integral.msr(x, ...)
x |
A signed measure or vector-valued measure (object of class
|
... |
Ignored. |
The integral (total value of the measure over its domain) is calculated.
A numeric value (for a signed measure) or a vector of values (for a vector-valued measure).
Adrian Baddeley Adrian.Baddeley@uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
fit <- ppm(cells, ~x) rp <- residuals(fit) integral.msr(rp)