plot.msr {spatstat}R Documentation

Plot a Signed or Vector-Valued Measure

Description

Plot a signed measure or vector-valued measure.

Usage

  ## S3 method for class 'msr'
plot(x, ...)

Arguments

x

The signed or vector measure to be plotted. An object of class "msr" (see msr).

...

Extra arguments passed to smooth.ppp to control the interpolation of the continuous density component of x, or passed to plot.im or plot.ppp to control the appearance of the plot.

Details

This is the plot method for the class "msr".

The continuous density component of x is interpolated from the existing data by smooth.ppp, and then displayed as a colour image by plot.im.

The discrete atomic component of x is then superimposed on this image by plotting the atoms as circles (for positive mass) or squares (for negative mass) by plot.ppp.

Value

none.

Author(s)

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

See Also

msr, smooth.msr, plot.im, plot.ppp

Examples

   example(msr)
   plot(rp)
   plot(rs)

[Package spatstat version 1.25-3 Index]