interpolate_2D_data: Interpolate value across point pattern

interpolate_2D_dataR Documentation

Interpolate value across point pattern

Description

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.

Usage

interpolate_2D_data(data, section.input, nx, ny, xy.range)

Arguments

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

Value

data.frame object with point pattern and interpolated values


jbergenstrahle/STUtility documentation built on March 14, 2023, 7:15 a.m.