Description Usage Arguments Value
View source: R/interpolation.R
Radar Cartesian cross section interpolation.
1 | interp3d_xsec(x, y, z, v, x_g, y_g, z_g)
|
x, y, z |
vectors giving the coordinates of the grid to be interpolated |
v |
vector of the values to be interpolated (same length as x, y and z) |
x_g, y_g, z_g |
vectors giving the coordinates of the new grid (same length) |
a vector of the interpolated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.