Description Usage Arguments Value
View source: R/simulation_helpers.R
Subset simulation data to experimental polygons
1 | get_experiment_data(experiment_list, simulation_data)
|
experiment_list |
named list; named list of sf objects returned
from |
simulation_data |
sf; A named list of sf objects returned from get_test_data. This is the data that will be used in simulation experiments. |
An sf object of the simulation_data point observatoins, subset to only though intersecting with the polygons in experiment_list. Each point is identified by id (name of experiment from experiment_list), block, and plot. If experiments overlap, the overlapping points will be once for each experiment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.