textplot-class.RdA 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
xA numeric value with the x axis coordinates.
yA numeric value with the y axis coordinates.
labelsA character string with the text to be plotted