mkLookup | R Documentation |
Simple pixel spacing is used to overlay point locations on a spatial grid, or a series of grids.
mkLookup(x, by.segment = TRUE)
x |
an xyz-list with matrix or array of masks |
by.segment |
logical - is the mask to be queried separately for each time step? |
A function, with one argument - a matrix of points - that returns a logical vector indicating the overlay of each point against the masks.
Very little error checking is done.
Michael D. Sumner
get.mask
and related examples for creating and using
masks.
See over
for more general capabilities for overlays.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.