interpolate_2D_data | R Documentation |
Takes a data.frame with spot coordinates and a 'value' column as input and interpolates the 'value' across a grid defined by the dimensions nx, ny and finally assigns the interpolated values to points associated with each grid cell.
interpolate_2D_data(data, section.input, nx, ny, xy.range)
data |
data.frame object with spot coordinates and a 'value' column with numeric data |
section.input |
data.frame object with x,y coordinates for a point pattern to interpolate values over |
nx, ny |
Dimensions of grid |
xy.range |
Range of x,y coordinates to interpolate over |
data.frame object with point pattern and interpolated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.