Simulated aggregated spatial xy data
SpatialAggregated.Rd
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
Examples
data(SpatialAggregated)
## maybe str(SpatialAggregated) ; plot(SpatialAggregated) ...