integral.msr {spatstat}R Documentation

Integral of a Measure

Description

Computes the integral (total value) of a measure over its domain.

Usage

integral.msr(x, ...)

Arguments

x

A signed measure or vector-valued measure (object of class "msr").

...

Ignored.

Details

The integral (total value of the measure over its domain) is calculated.

Value

A numeric value (for a signed measure) or a vector of values (for a vector-valued measure).

Author(s)

Adrian Baddeley Adrian.Baddeley@uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz

See Also

msr, integral.im

Examples

   fit <- ppm(cells, ~x)
   rp <- residuals(fit)
   integral.msr(rp)

[Package spatstat version 1.38-1 Index]