View source: R/element-legend.R
scr_legend | R Documentation |
Information for drawing legend onto plots
scr_legend(
core_frame,
panel = NA,
legend,
bg = NULL,
col = NULL,
pt_bg = NULL,
lty,
pch,
box_lty = 0,
adj = c(0, 0.5),
bty = "n",
cex = 1,
horiz = FALSE,
position = "topright",
pt_cex = 1,
text_col = "black",
border = "black"
)
core_frame |
fxl object |
panel |
facet to be drawn on |
legend |
from base |
bg |
from base |
col |
from base |
pt_bg |
color, for point |
lty |
from base |
pch |
from base |
box_lty |
from base |
adj |
alignment |
bty |
from base |
cex |
from base |
horiz |
from base |
position |
from base |
pt_cex |
from base |
text_col |
from base |
border |
border status (from base) |
nothing, run for side effects
Shawn Gilroy <sgilroy1@lsu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.