get_grid_elipsoid_containment: create a grid of points indicating whether in a set of 2d...

Description Usage Arguments Details Value

View source: R/bands.R

Description

create a grid of points indicating whether in a set of 2d elipsoids

Usage

1
get_grid_elipsoid_containment(inside_func_list, xrange, yrange)

Arguments

inside_func_list

list of functions that assess if observation is in elipsoid (technically just need a function that takes in 2d data.frames and returns boolean values for each row )

xrange

vector, ordered values to examine in the x dimension

yrange

vector, ordered values to examine in the y dimension

Details

See check_inside_elipsoid for functional idea

Value

updated_gridpoints (defined by yrange, xrange) with indication column included if gridpoint is contained.


skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.