medium_example_data {ldmppr} | R Documentation |
Medium Example Data
Description
A medium sized example dataset consisting of 111 observations in a (50m x 50m) square domain.
Usage
data("medium_example_data")
Format
## 'medium_example_data' A data frame with 111 rows and 3 columns:
- x
x coordinate
- y
y coordinate
- size
Size
...
Details
The dataset was generated using the Snodgrass dataset available at https://data.ess-dive.lbl.gov/view/doi:10.15485/2476543.
The full code to generate this dataset is available in the package's 'data_raw' directory.
Source
Real example dataset. Code to generate it can be found in 'data_raw/medium_example_data.R'.
[Package ldmppr version 1.0.4 Index]