make_orthogonal_segments | R Documentation |
Make orthogonal segments
make_orthogonal_segments(sp, ep, binwidth, out_length)
sp , ep |
Numeric vectors of x- and y-coordinates that correspond to the start- and end point of the vector for which the orthogonal segment is computed. |
out_length |
The length of the orthogonal vector. |
A list of two slots named sp and ep. Both contain numeric vectors of length two that correspond to the start and end point of the orthogonal vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.