proportionalLabel: Plot text or points according to relative axis position

Description Usage Arguments

View source: R/functions.R

Description

Plot text or points according to relative axis position.

Usage

1
2
proportionalLabel(px, py, lab, adj = c(0, 1), text = TRUE, log = FALSE,
  ...)

Arguments

px

Relative x-axis position (in proportion) where character is to be plotted.

py

Relative y-axis position (in proportion) where character is to be plotted.

lab

Plotted text. Works if argument text is TRUE.

adj

See argument of same name in R base function par.

text

Logical. Should text or points be plotted?

log

Used if the original plot uses the argument log, e.g. log='x', log='y' or log='xy'.

...

Additional arguments to R base function text.


colin-olito/LoLinR documentation built on May 13, 2019, 9:54 p.m.