Plots a sent_split object.
# S3 method for sent_split
plot(x, text.var = NULL, rm.var = NULL, ...)
The sent_split object.
The text variable (character string).
An optional repeated measures character vector of 1 or 2 to
facet by. If NULL
the rm.var
from sentSplit
is used. To
avoid this behavior use
FALSE
.
Other arguments passed to tot_plot
.