
Last chance! 50% off unlimited learning
Sale ends in
PCDs
object
Returns the below information about the object
:
call
of the function defining the object
, the type
of the proximity catch digraph (PCD),
(i.e. the description of the PCD), some of the partition (i.e. intervalization in the 1D case and triangulation
in the 2D case) points (i.e., vertices of the intervals or the triangles), some of the tails (or source points)
and the heads (or end points) of the arcs of the PCD, parameter of the PCD, and various quantities (number of vertices,
number of arcs and arc density of the PCDs, number of vertices for the partition and number of partition cells
(i.e., intervals or triangles)).
# S3 method for PCDs
summary(object, ...)
The call
of the object
of class "PCDs"
, the type
of the proximity catch digraph (PCD),
(i.e. the description of the PCD), some of the partition (i.e. intervalization in the 1D case and triangulation
in the 2D case) points (i.e., vertices of the intervals or the triangles), some of the tails (or source points)
and the heads (or end points) of the arcs of the PCD, parameter of the PCD, and various quantities (number of vertices,
number of arcs and arc density of the PCDs, number of vertices for the partition and number of partition cells
(i.e., intervals or triangles)).
An object
of class PCDs
.
Additional parameters for summary
.
print.PCDs
, print.summary.PCDs
, and plot.PCDs
if (FALSE) {
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
summary(Arcs)
}
Run the code above in your browser using DataLab