Plots a legend similar to legend() but with right justified text.

rjlegend(x = "bottomright", y = NULL, legend, col, lwd = 1, bty = "n", ...)

Arguments

x

position, see legend().

y

position, see legend().

legend

legend text, see legend().

col

colours, see legend().

lwd

line width, see legend().

bty

border type, see legend().

...

params passed to legend().

Value

see legend()