text_plot: Simple text panel

Description Usage Arguments

View source: R/correlation_bar_plot.R

Description

Simple text panel

Usage

1
text_plot(labels, x = 0, y = 0, ...)

Arguments

labels

a character vector or expression specifying the text to be written. An attempt is made to coerce other language objects (names and calls) to expressions, and vectors and other classed objects to character vectors by as.character. If labels is longer than x and y, the coordinates are recycled to the length of labels.

x

numeric vectors of coordinates where the text labels should be written. If the length of x and y differs, the shorter one is recycled.

y

numeric vectors of coordinates where the text labels should be written. If the length of x and y differs, the shorter one is recycled.

...

further graphical parameters (from par), such as srt, family and xpd.


ashiklom/mvtraits documentation built on Sept. 4, 2019, 7:43 a.m.