addLegend: Add Legend

Description Usage Arguments Author(s)

Description

Add Legend

Usage

1
2
addLegend(legend.loc = "center", legend.names = NULL, col = NULL,
  ncol = 1, on = 1, ...)

Arguments

legend.loc

legend.loc places a legend into one of nine locations on the chart: bottomright, bottom, bottomleft, left, topleft, top, topright, right, or center.

legend.names

character vector of names for the legend. If NULL, the column names of the current plot object are used.

col

fill colors for the legend. If NULL, the colorset of the current plot object data is used.

ncol

number of columns for the legend

on

panel number to draw on. A new panel will be drawn if on=NA.

...

any other passthrough parameters to legend.

Author(s)

Ross Bennett


R-Finance/xts documentation built on May 8, 2019, 4:51 a.m.