geom_ordi_arrow | R Documentation |
Add a biplot arrow layer to an ordiggplot
geom_ordi_arrow(
score,
data,
text = TRUE,
box = FALSE,
arrow.params = list(),
text.params = list(),
...
)
score |
Ordination score to be added to the plot. |
data |
Alternative data to the function that will be used
instead of |
text |
Add text labels to the plot. |
box |
Draw a box behind the text (logical). |
arrow.params, text.params |
Parameters to modify arrows or their text labels. |
... |
other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.