textplot-class.Rd
A class designed to hold the data required to create a textplot where character strings are plotted based on x and y coordinates.
# S4 method for textplot show(object) # S4 method for textplot [(x, i, j, drop)
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 |
show
: show method
[
: extract method
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