View source: R/element-anno-arrows.R
scr_anno_arrows | R Documentation |
Add a layer with arrows to direct attention on the plot
scr_anno_arrows(
core_frame,
arrows = NULL,
facet = NULL,
color = "black",
length = 0.25,
angle = 30,
code = 2,
lwd = 1,
lty = 1
)
core_frame |
fxl class |
arrows |
list of keyed entries to be drawn on respective facets |
facet |
the facet which will be drawn upon |
color |
from base |
length |
from base |
angle |
from base |
code |
from base |
lwd |
from base |
lty |
from base |
Generally useful for avoiding a legend
a layer to the core plotting object
Shawn Gilroy <sgilroy1@lsu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.