powered by
Patterns
object
Prints the call of the object of class "Patterns" and also the type (or description) of the pattern).
call
"Patterns"
type
# S3 method for Patterns print(x, ...)
The call of the object of class "Patterns"
and also the type (or description) of the pattern).
A Patterns object.
Additional arguments for the S3 method 'print'.
'print'
summary.Patterns, print.summary.Patterns, and plot.Patterns
summary.Patterns
print.summary.Patterns
plot.Patterns
if (FALSE) { nx<-10; #try also 20, 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.circ(nx,Y,e) Xdt print(Xdt) }
Run the code above in your browser using DataLab