add_interp_grid {fitlandr} | R Documentation |
Add a grid to a vectorfield
object to enable linear interpolation
Description
Add a grid to a vectorfield
object to enable linear interpolation
Usage
add_interp_grid(vf, lims = vf$lims, n = vf$n)
Arguments
vf |
A |
lims |
The limits of the range for the vector field estimation as |
n |
The number of equally spaced points in each axis, at which the vectors are to be estimated. |
Value
A vectorfield
project with an interp_grid
field.
[Package fitlandr version 0.1.0 Index]