Description Usage Arguments Note
Checks if coordinates are within a cell.
1 2 | check.coords(x.val, y.val, x.lower.bound, x.upper.bound, y.lower.bound,
y.upper.bound)
|
x.val |
The X coordinatea |
y.val |
The Y coordinate |
x.lower.bound |
The lower x coordinate of the cell |
x.upper.bound |
The upper x coordinate of the cell |
y.lower.bound |
The lower y coordinate of the cell |
y.upper.bound |
The upper y coordiante of the cell |
Used by make.disp.prob.v2
WARNING Points that fall exactly on a cell's border are dropped. While this is bad, this is expected to be relatively minor, as the odds of getting a number that lands exactly on a cell's border is pretty low, given the number of decimal places.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.