E3DrawMarkerLegend: Draw a vertical legend with markers (circles, boxes, and...

Description Usage Arguments

Description

This function uses Rcss object "markerlegend" to determine legend position.

Usage

1
2
E3DrawMarkerLegend(legend = NULL, xlim = c(0, 1), ylim = c(0, 1),
  main = "", RC = "default", RCC = c())

Arguments

legend

- data frame with columns cex, pch, col, bg, and label. Order and contents determines what markers are drawn

xlim

- numeric vector of two elements. Range of x axis (used to place the legend)

ylim

- numeric vector of two elements. Range of y axis (used to place the legend)

main

- text to write above the legend

RC

- Rcss object. Style to use for plotting, uses package Rcssplot

RCC

- character vetor. Classes to tune Rcssplot formatting.


tkonopka/ExpCube documentation built on May 31, 2019, 3:44 p.m.