Skip to contents

A simulation of 200-point spatial xy data using the Shiny app https://delponte.shinyapps.io/spatial/

Usage

data("SpatialAggregated")

Format

A data frame with 208 observations on the following 2 variables.

x

a numeric vector

y

a numeric vector

Details

Simulation of 20 clusters with a standard deviation of 10 as defined in the ap

Source

https://delponte.shinyapps.io/spatial/

Examples

data(SpatialAggregated)
## maybe str(SpatialAggregated) ; plot(SpatialAggregated) ...