plot.SpatPatterns: Plot a SpatPatterns
object
Description
Plots the points generated from the pattern (color coded for each class) together with the
study window
Usage
# S3 method for SpatPatterns
plot(x, asp = NA, xlab = "x", ylab = "y", ...)
Arguments
- x
Object of class SpatPatterns
.
- asp
A numeric value, giving the aspect ratio for y axis to x-axis y/x (default is NA
),
see the official help for asp
by typing "? asp".
- xlab, ylab
Titles for the x and y axes, respectively (default is xlab
="x" and ylab
="y").
- ...
Additional parameters for plot
.