Learn R Programming

GeoBoxplot (version 1.0)

summary_geog: Summary for the geographical box plot

Description

Summaries for geographic box plot

Usage

summary_geog(area,data,fence)

Arguments

area
the associated areas for each data value
data
values to be box-plotted
fence
fence for box plot (by default =1)

Value

a list of Summary, outliers, and spatial_weighted_mean of the data

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

boxplot_geog

Examples

Run this code
data(pdens2000);area<-pdens2000$Area;data<-pdens2000$Popdents;fence=1
summary_geog(area,data,fence)

Run the code above in your browser using DataLab