print.Patterns: Print a 'Patterns' 'object'

View source: R/ClassFunctions.R

print.PatternsR Documentation

Print a Patterns object

Description

Prints the call of the object of class "Patterns" and also the type (or description) of the pattern).

Usage

## S3 method for class 'Patterns'
print(x, ...)

Arguments

x

A Patterns object.

...

Additional arguments for the S3 method 'print'.

Value

The call of the object of class "Patterns" and also the type (or description) of the pattern).

See Also

summary.Patterns, print.summary.Patterns, and plot.Patterns

Examples

## Not run: 
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.circular(nx,Y,e)
Xdt
print(Xdt)

typeof(Xdt))
attributes(Xdt)

## End(Not run)


elvanceyhan/pcds documentation built on June 29, 2023, 8:12 a.m.