france_two_clusters: A 2D cluster example: France with two clusters.

Description Usage Format Source See Also Examples

Description

This data set is a 2D example with 1000 points ditributed on the French territory: 26 cases and 974 controls. The outline of France is included in object "france".

Usage

1

Format

"france_two_clusters" and "france" are of class "SpatialPointsDataFrame"

Source

Robin Loche, Benoit Giron, David Abrial, Lionel Cucala, Myriam Charras-Garrido, Jocelyn De-Goer.

See Also

graphscan_nd

Examples

1
2
3
4
5
6
data(france_two_clusters)
sp::plot(france)
points(france_two_clusters[france_two_clusters$cases==1,],
pch=16,col="red")
points(france_two_clusters[france_two_clusters$cases==0,],
pch=16,cex=0.2,col="green")

graphscan documentation built on May 1, 2019, 9:15 p.m.