Learn R Programming

stppResid (version 1.1)

plot.superthin: Plot super-thinned residuals

Description

Plot super-thinned residuals for a space-time point process.

Usage

"plot"(x, ..., pch1 = 1, pch2 = 3, asp = 1)

Arguments

x
A “superthin” object.
...
Arguments for use with plot.
pch1
Character type for plotting the retained points from the original data set.
pch2
Character type for plotting the simulated points.
asp
y/x aspect ratio.

Details

Plots the super-thinned residuals, where the original points of the point pattern can be plotted as a separate symbol than the superposed (simulated) points.

See Also

superthin

Examples

Run this code
data(stresiduals1)
plot(stresiduals1, pch1 = 3, pch2 = 5)

Run the code above in your browser using DataLab