plot.rtext: function for plotting rtext

Description Usage Arguments

View source: R/rtext_tools.R

Description

function for plotting rtext

Usage

1
2
## S3 method for class 'rtext'
plot(x, y = NULL, lines = TRUE, col = "#ED4C4CA0", add = FALSE, ...)

Arguments

x

object of class rtext

y

char_data to be plotted

lines

vector of integer listing the lines to be plottted

col

color of the char_data variable to be highlighted

add

add data to an already existing plot?

...

further parameters passed through to initial plot


rtext documentation built on Jan. 28, 2021, 9:05 a.m.

Related to plot.rtext in rtext...