| interpolate_in_log_size | R Documentation |
The size grid is logarithmic, so the interpolation is too. A series of a single point can only speak for the coordinate it sits at, and a coordinate that is not positive has no logarithm, so those two cases fall back to matching the coordinates exactly and to a linear interpolation respectively.
interpolate_in_log_size(x, y, xout)
x, y |
The coordinates and values of the series. |
xout |
The coordinates to interpolate onto. |
The interpolated values, NA where xout is outside the range of
x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.