A small example dataset for testing and examples consisting of 121 observations in a (25m x 25m) square domain.
data("small_example_data")## `small_example_data` A data frame with 121 rows and 3 columns:
x coordinate
y coordinate
Size
...
The dataset was generated using the example raster data and an exponential decay size function.
The full code to generate this dataset is available in the package's `data_raw` directory.