print.PCDs: Print a 'PCDs' 'object'

View source: R/ClassFunctions.R

print.PCDsR Documentation

Print a PCDs object

Description

Prints the call of the object of class "PCDs" and also the type (i.e. a brief description) of the proximity catch digraph (PCD.

Usage

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

Arguments

x

A PCDs object.

...

Additional arguments for the S3 method 'print'.

Value

The call of the object of class "PCDs" and also the type (i.e. a brief description) of the proximity catch digraph (PCD.

See Also

summary.PCDs, print.summary.PCDs, and plot.PCDs

Examples

## Not run: 
A<-c(1,1); B<-c(2,0); C<-c(1.5,2);
Tr<-rbind(A,B,C);
n<-10
Xp<-runif.tri(n,Tr)$g
M<-as.numeric(runif.tri(1,Tr)$g)
Arcs<-arcsAStri(Xp,Tr,M)
Arcs
print(Arcs)

typeof(Arcs))
attributes(Arcs)

## End(Not run)


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