aitoa.legend.main: A Wrapper for the Main Legend

Description Usage Arguments

View source: R/legends.R

Description

A shorthand with defaults for main legends.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
aitoa.legend.main(
  x,
  legend,
  col = "black",
  text.col = col,
  cex = .legend.cex,
  bg = .legend.bg,
  bty = "o",
  box.lwd = 0L,
  box.col = bg,
  inset = 0.005,
  ...
)

Arguments

x

the legend position

legend

the legend text

col

the color

text.col

the text color

cex

the character resize factor

bg

the back ground

bty

the box type

box.lwd

the box line width

box.col

the box color

inset

the insets

...

other parameters to be passed to legend


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.