summary_geog: Summary for the geographical box plot

Description Usage Arguments Value References See Also Examples

Description

Summaries for geographic box plot

Usage

1
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

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

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