legend_resbased(fontsize = 12,
x = unit(1, "lines"), y = unit(0.1,"npc"),
height = unit(0.8, "npc"),
width = unit(0.7, "lines"),
digits = 3, check_overlap = TRUE, text = NULL,
steps = 200, ticks = 10, pvalue = TRUE)
legend_fixed(fontsize = 12, x = unit(1, "lines"), y = unit(0.25, "npc"),
height = unit(0.65, "npc"), width = unit(1.5, "lines"),
digits = 3, space = 0.05, text = NULL)
"unit"
indicating the coordinates
of the title."unit"
indicating the
height/width of the legend.legend_fixed
only: proportion of space
between the tiles.text
argument is specified. Allows strucplot to generate
sensible defaults depending on the residuals type.legend_fixed
is inspired by the legend used in
mosaicplot
. For
more details on the shading functions and their return values, see
shadings
.structable
,
shadings
mosaic(Titanic, shade = TRUE, legend = legend_resbased)
mosaic(Titanic, shade = TRUE, legend = legend_fixed, gp = shading_Friendly)
Run the code above in your browser using DataLab