R/bands.R
get_grid_elipsoid_containment.Rdcreate a grid of points indicating whether in a set of 2d elipsoids
get_grid_elipsoid_containment(inside_func_list, xrange, yrange)
| inside_func_list | list of functions that assess if observation is in
elipsoid (technically just need a function that takes in 2d
|
|---|---|
| xrange | vector, ordered values to examine in the x dimension |
| yrange | vector, ordered values to examine in the y dimension |
updated_gridpoints (defined by yrange, xrange) with indication column
included if gridpoint is contained.
See check_inside_elipsoid for functional idea