A shorthand with defaults for main legends.
1 2 3 4 5 6 7 8 9 10 11 12 13 | aitoa.legend.main(
x,
legend,
col = "black",
text.col = col,
cex = .legend.cex,
bg = .legend.bg,
bty = "o",
box.lwd = 0L,
box.col = bg,
inset = 0.005,
...
)
|
x |
the legend position |
legend |
the legend text |
col |
the color |
text.col |
the text color |
cex |
the character resize factor |
bg |
the back ground |
bty |
the box type |
box.lwd |
the box line width |
box.col |
the box color |
inset |
the insets |
... |
other parameters to be passed to legend |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.