Learn R Programming

stppResid (version 1.1)

plot.supresid: Plot superposed residuals

Description

Plot superposed residuals for a space-time point process.

Usage

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

Arguments

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

Details

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

See Also

supresid

Examples

Run this code
data(sresiduals1)
plot(sresiduals1, pch1 = 2)

data(sresiduals2)
plot(sresiduals2)

Run the code above in your browser using DataLab