plot.superthin: Plot super-thinned residuals

Description Usage Arguments Details Note Author(s) See Also Examples

View source: R/plot.superthin.R

Description

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

Usage

1
2
## S3 method for class 'superthin'
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.

Note

This function does not plot the time component from the super-thinned residuals, only the spatial coordinates.

Author(s)

Robert Clements

See Also

superthin

Examples

1
2
data(stresiduals1)
plot(stresiduals1, pch1 = 3, pch2 = 5)

stppResid documentation built on May 29, 2017, 3:48 p.m.