View source: R/math-functions.R
interpolate_location | R Documentation |
Interpolate Location
interpolate_location(node_start, node_end, height_start, height_end, height)
node_start |
Length-2 Numeric x/y position |
node_end |
Length-2 Numeric x/y position |
height_start |
Length-1 Numeric height at start node |
height_end |
Length-1 Numeric height at end node |
height |
Length-1 Numeric height at which to interpolate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.