boxplot_geog_example: An example comparing traditional and geograoguic box plots

Description Usage Arguments Value References See Also Examples

Description

Make box plots as detailed in Willmott et al. (2007).

Usage

1
boxplot_geog_example(Area,Popdents,State)

Arguments

Area

the associated areas for each data value

Popdents

values to be box-plotted

State

factor levels of data values

Value

Both traditional and geograhic box plots

References

Willmott, C. J., S. M. Robeson, and K. Matsuura, 2007. Geographic box plots. Physical Geography, 28, 331-344, DOI: 10.2747/0272-3646.28.4.331.

See Also

summary_geog

Examples

1
2
3
data(pdens2000)
Area<-pdens2000$Area;Popdents<-pdens2000$Popdents;State<-pdens2000$State
boxplot_geog_example(Area,Popdents,State)

Example output



GeoBoxplot documentation built on May 2, 2019, 1:08 p.m.