addLegend {PBSmodelling}R Documentation

Add Legend to a Plot Using Relative (0:1) Coordinates

Description

Places a legend in a plot using relative (0:1) coordinates.

Usage

addLegend(x, y, ...) 

Arguments

x x-axis coordinate in the range (0,1); can step outside
y y-axis coordinate in the range (0,1); can step outside
... arguments used by legend, such as “lines”, “text”, or “rectangle”

See Also

addArrows

addLabel


[Package PBSmodelling version 0.60 Index]