ddmplot {DDM} | R Documentation |
produce a dot plot, where each x position is a unique value of $cod
, and points indicate the GGB, SEG, GGB-SEG, and harmonic mean of these. Feed this function the output of ddm()
.
ddmplot(X, ...)
X |
output of |
... |
other arguments passed to |
called for its graphical device side-effects.
# just a rough sketch of the results!
res <- ddm(Moz)
ddmplot(res)