key.control {IDPmisc} | R Documentation |
Defines the appearance of the legend of a Rose Plot.
key.control(plot = TRUE, lab = NULL, title = NULL, between = 0)
plot |
Defines whether legend should be drawn. When
FALSE , the full width of the viewport is used for the rose itself. |
lab, title |
Labels and title of
legend. When lab = NULL , labels are extracted from the
names of the slot x@rho of rose object. |
between |
Distance between label East and left edge of legend in
cex as defined in general.control |
Returns the arguments conveniently packaged up in a list to supply the
arguments for the legend in plot.rose
Rene Locher
key.control()