Utilities {addScales} | R Documentation |
Utility Functions for the addScales package
Description
Non-exported functions meant for package internal use.
Usage
parseInputs(val)
buildLegend(legend,
lloc = c("top","bottom","right","left"),
spacing = 1.3)
Arguments
val |
|
legend |
|
lloc |
one of "top","bottom","left", or "right" where the legend will be placed |
spacing |
horizontal/vertical spacing between the |
Value
For parseInputs
, properly parsed 2-component lists with component names
"h" and "v" in that order.
For buildLegend
, a grid frameGrob
for use as the
fun
component for a legend
of a trellis
object.
Author(s)
Bert Gunter bgunter.4567@gmail.com
[Package addScales version 1.0-1 Index]