Learn R Programming

DDM (version 1.0-0)

ddmplot: get a quick overview of the different estimates produced

Description

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().

Usage

ddmplot(X, ...)

Arguments

X
output of ddm().
...
other arguments passed to plot()

Value

called for its graphical device side-effects.

Examples

Run this code
# just a rough sketch of the results!
res <- ddm(Moz)
ddmplot(res)

Run the code above in your browser using DataLab