textplot-class: An S4 class to hold text and cartesian coordinates for...

Description Usage Arguments Methods (by generic) Slots

Description

A class designed to hold the data required to create a textplot where character strings are plotted based on x and y coordinates.

Usage

1
2
3
4
5
## S4 method for signature 'textplot'
show(object)

## S4 method for signature 'textplot'
x[i, j, drop]

Arguments

object

The object to be shown

x

the object to subset

i

the rows to subset (optional)

j

the columns to subset (optional)

drop

should be missing

Methods (by generic)

Slots

x

A numeric value with the x axis coordinates.

y

A numeric value with the y axis coordinates.

labels

A character string with the text to be plotted


ElkhartGroup/AdvancedRPkg documentation built on May 6, 2019, 3:24 p.m.