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)
Usage
# S3 method for PCDs
plot(x, Jit = 0.1, ...)
Arguments
x
Object of class PCDs.
Jit
A positive real number that determines the amount of jitter along the \(y\)-axis, default is 0.1, for the
1D case, the vertices of the PCD are jittered according to \(U(-Jit,Jit)\) distribution along the \(y\)-axis where
Jit equals to the range of vertices and the interval end points; it is redundant in the 2D case.