ddmplot: get a quick overview of the different estimates produced

Description Usage Arguments Value Examples

View source: R/ddm.R

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

1

Arguments

X

output of ddm().

...

other arguments passed to plot()

Value

called for its graphical device side-effects.

Examples

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

Example output



DDM documentation built on May 2, 2019, 6:16 a.m.

Related to ddmplot in DDM...