| plot.msr {spatstat} | R Documentation |
Plot a signed measure or vector-valued measure.
## S3 method for class 'msr' plot(x, ...)
x |
The signed or vector measure to be plotted.
An object of class |
... |
Extra arguments passed to |
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.
none.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
msr,
smooth.msr,
plot.im,
plot.ppp
example(msr) plot(rp) plot(rs)