addLegend {pRoloc} | R Documentation |
Adds a legend to a plot2D
figure.
addLegend(object, fcol = "markers", where = c("bottomleft", "bottom", "bottomright", "left", "topleft", "top", "topright", "right", "center", "other"), col, bty = "n", ...)
object |
An instance of class |
fcol |
Feature meta-data label (fData column name) defining
the groups to be differentiated using different
colours. Default is |
where |
One of |
col |
A |
bty |
Box type, as in |
... |
Additional parameters passed to |
The function has been updated in version 1.3.6 to recycle the
default colours when more organelle classes are provided. See
plot2D
for details.
Invisibly returns NULL
Laurent Gatto