plot.lassie {zebu} | R Documentation |
Plots a lassie
object as a tile plot using
the ggplot2 package. Only available for bivariate association.
## S3 method for class 'lassie' plot( x, what_x = "local", digits = 3, low = "blue", mid = "white", high = "red", na = "purple", text_colour = "black", text_size, limits, midpoint, ... )
x |
|
what_x |
vector specifying values to be returned:
|
digits |
integer indicating the number of decimal places. |
low |
colour for low end of the gradient. |
mid |
colour for midpoint of the gradient. |
high |
colour for high end of the gradient. |
na |
colour for NA values. |
text_colour |
colour of text inside cells. |
text_size |
integer indicating text size inside cells. |
limits |
limits of gradient. |
midpoint |
midpoint of gradient. |
... |
other arguments passed on to methods. Not currently used. |