cleveDot: cleveDot - Creates faceted Cleveland-style strip/dot charts...

Description Usage Arguments See Also Examples

View source: R/cleveDot.R

Description

cleveDot - Creates faceted Cleveland-style strip/dot charts of Movement Probabilities

Usage

1
cleveDot(probs, from, to, present = TRUE)

Arguments

probs

Posterior movement probabilities

from

A vector of length n corresponding to the to regions

to

A label of length 1 corresponding to the from region

See Also

I used recipe 3.10 from The R Graphics Cookbook, by Winston Chang

Examples

1
2
cleveDot(probs = c(0.033, 0.033, 0.033, 0.184, 0.033, 0.584, 0.033, 0.033, 0.033), from = 'BOF',
to = c('BOF', 'GOM', 'GSC', 'JL', 'MIDA', 'NE', 'NRTH', 'RB', 'SEUS'))

robschick/eliciteg documentation built on May 27, 2019, 11:58 a.m.