scr_anno_arrows {fxl} | R Documentation |
scr_anno_arrows
Description
Add a layer with arrows to direct attention on the plot
Usage
scr_anno_arrows(
core_frame,
arrows = NULL,
facet = NULL,
color = "black",
length = 0.25,
angle = 30,
code = 2,
lwd = 1,
lty = 1
)
Arguments
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 |
Details
Generally useful for avoiding a legend
Value
a layer to the core plotting object
Author(s)
Shawn Gilroy <sgilroy1@lsu.edu>
[Package fxl version 1.7.1 Index]