arrow_mul | R Documentation |
Scale vector arrows to fill
proportion of the data.
arrow_mul(arrows, data, at = c(0, 0), fill = 0.75)
arrows |
a two-column matrix-like object containing coordinates for the arrows/vectors on x and y axes. |
data |
a two-column matrix-like object containing coordinates of the data on the x and y axes. |
at |
numeric vector of length 2; location of the origin of the arrows. |
fill |
numeric; what proportion of the range of the data to fill |
a numeric multiplier that will scale the arrows
Gavin L. Simpson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.