powered by
PCDs
object
Prints the call of the object of class "PCDs" and also the type (i.e. a brief description) of the proximity catch digraph (PCD)).
call
"PCDs"
type
# S3 method for PCDs print(x, ...)
A PCDs object.
Additional arguments for the S3 method 'print'.
'print'
The call of the object of class "PCDs" and also the type (i.e. a brief description) of the proximity catch digraph (PCD)).
summary.PCDs, print.summary.PCDs, and plot.PCDs
summary.PCDs
print.summary.PCDs
plot.PCDs
# NOT RUN { A<-c(1,1); B<-c(2,0); C<-c(1.5,2); Tr<-rbind(A,B,C); n<-10 dat<-runif.tri(n,Tr)$g M<-as.numeric(runif.tri(1,Tr)$g) Arcs<-ArcsAStri(dat,Tr,M) Arcs print(Arcs) # }
Run the code above in your browser using DataLab