ddmplot {DDM}R Documentation

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

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

[Package DDM version 1.0-0 Index]