edi | R Documentation |
edi
simply calculates coordinates of a points at the relative
distance r
on the pt1-pt2
defined by their (x; y) coordinates.
This function is used internally but may be of interest for other analyses.
edi(pt1, pt2, r = 0.5)
pt1 |
|
pt2 |
|
r |
the relative distance from |
returns the (x; y)
interpolated coordinates.
ed, edm.
edi(c(0,1), c(1,0), r = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.