plot.PCDs | R Documentation |
PCDs
object
Plots the vertices and the arcs of the PCD together with the vertices and boundaries of the partition cells (i.e., intervals in the 1D case and triangles in the 2D case)
## S3 method for class 'PCDs'
plot(x, Jit = 0.1, ...)
x |
Object of class |
Jit |
A positive real number
that determines the amount of jitter along the |
... |
Additional parameters for |
None
print.PCDs
, summary.PCDs
,
and print.summary.PCDs
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
plot(Arcs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.