plot.Patterns {pcds} | R Documentation |
Plot a Patterns
object
Description
Plots the points generated from the pattern (color coded for each class) together with the study window
Usage
## S3 method for class 'Patterns'
plot(x, asp = NA, xlab = "x", ylab = "y", ...)
Arguments
x |
Object of class |
asp |
A |
xlab , ylab |
Titles for the |
... |
Additional parameters for |
Value
None
See Also
print.Patterns
,
summary.Patterns
,
and print.summary.Patterns
Examples
nx<-10; #try also 100 and 1000
ny<-5; #try also 1
e<-.15;
Y<-cbind(runif(ny),runif(ny))
#with default bounding box (i.e., unit square)
Xdt<-rseg.circular(nx,Y,e)
Xdt
plot(Xdt,asp=1)
[Package pcds version 0.1.8 Index]