View source: R/fit_vectorfield.R
add_interp_grid | R Documentation |
vectorfield
object to enable linear interpolationAdd a grid to a vectorfield
object to enable linear interpolation
add_interp_grid(vf, lims = vf$lims, n = vf$n)
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. |
A vectorfield
project with an interp_grid
field.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.