breaks
|
if the explanatory variable is numeric, this controls how it is discretized. breaks is passed to hist and can be a list of arguments.
|
tol.ylab
|
convenience tolerance parameter for y-axis annotation. If the distance between two labels drops under this threshold, they are plotted equidistantly.
|
off
|
vertical offset between the bars (in per cent). It is fixed to 0 for spinograms and defaults to 2 for spine plots.
|
xlevels, ylevels
|
a character or numeric vector specifying the ordering of the levels of the x and y variables (if character) or the corresponding indexes (if numeric) for the plot. The special keyword “asis” takes the categories in the order that they appear in the data. Note that these arguments only affect categorical (i.e., factor or character) variables.
|
col
|
a vector of fill colors of the same length as levels(y). The default is to call gray.colors.
|
xaxlabels, yaxlabels
|
character vectors for annotation of x and y axis. Default to levels(y) and levels(x), respectively for the spine plot. For xaxlabels in the spinogram, the breaks are used.
|
weights
|
numeric. A vector of frequency weights for each observation in the data. If NULL all weights are implicitly assumed to be 1. If x is already a 2-way table, the weights are ignored.
|
lighten
|
logical. For grouped spineplots where the y variable is itself the grouping variable (i.e. y == by), should the fills use a lighter, opaque tint of the series colour(s)? Default is FALSE, i.e. the fills use the fully-saturated palette colour(s). (Unlike the other area types such as type_barplot, where lightening is the default, spineplot tiles abut one another with no gap, so the darker saturated fills read better against their matching border colours.) Set to TRUE to opt in to the lighter tint. Note that lighten has no effect on other spineplot displays (single-group or x == by), which always use a sequential shading ramp of the base colour.
|