plot.laslett | R Documentation |
Plot the result of Laslett's Transform.
## S3 method for class 'laslett' plot(x, ..., Xpars = list(box = TRUE, col = "grey"), pointpars = list(pch = 3, cols = "blue"), rectpars = list(lty = 3, border = "green"))
x |
Object of class |
... |
Additional plot arguments passed to |
Xpars |
A list of plot arguments passed to |
pointpars |
A list of plot arguments passed to |
rectpars |
A list of plot arguments passed to |
This is the plot
method for the class "laslett"
.
The function laslett
applies Laslett's Transform
to a spatial region X
and returns an object of class
"laslett"
representing the result of the transformation.
The result is plotted by this method.
The plot function plot.solist
is used to align
the before-and-after pictures. See plot.solist
for
further options to control the plot.
None.
Kassel Hingee and \adrian.
laslett
b <- laslett(heather$coarse, plotit=FALSE) plot(b, main="Heather Data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.