aitoa.legend.label: A Wrapper to Create Axis Labels as Legends

Description Usage Arguments

View source: R/legends.R

Description

A shorthand with defaults for axis labels drawn as legends.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
aitoa.legend.label(
  x,
  legend,
  cex = .legend.cex,
  bty = "0",
  bg = .legend.bg,
  box.lwd = 0L,
  box.col = bg,
  seg.len = -0.6,
  y.intersp = 0,
  lwd = 0,
  pch = NA,
  lty = NA,
  pt.lwd = 0,
  pt.cex = 0,
  inset = 0.01,
  ...
)

Arguments

x

the legend position

legend

the legend text

cex

the font size factor

bty

the box type

bg

the background

box.lwd

the box line width

box.col

the box color

seg.len

the segment length

y.intersp

the y interspacing

lwd

the line width

pch

the plot character

lty

the line type

pt.lwd

the point line width

pt.cex

the point cex

inset

the insets

...

other parameters to be passed to legend


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