
Lattice strips can be created in a variety of sizes and shapes and are. The thin slats are usually connected perpendicularly with each other, forming a criss-cross pattern. "Choice 2", "Choice 2", "Choice 2", "Choice 3", "Choice 3", "Choice 3", A lattice strip is a type of material used for a variety of different purposes, and is composed of strips of wood or plastic that are interlocked in a lattice-type pattern. Does anyone know the magic incantation?ĭata = structure(list(choice = c("Choice 1", "Choice 1", "Choice 1", I've been fishing around R-help and Stack Overflow, but haven't been able to work this one out. Ive also played with things like sb <- ('strip.background') sb 'col' 1 <- 'lightgray' ('strip. Note how all the fonts are nice and big except for the strip labels ("Group 1", "Group 2", "Group 3"). 16 You can use library (lattice) lattice.options (default.theme standard.theme (color FALSE)) which turns on black-and-white suitable for printing. Xlab=list(label="Percent of Respondents", fontsize=20), Here's a concrete example: # See below for the fake data to run this codeīarchart(choice ~ yes+no+not.app|group, data=data,
#LATTICE CONNECTING STRIPS HOW TO#
I can control the font size for the axis and tick labels, but I haven't been able to figure out how to increase the font size of the strip labels. I've created a lattice plot with three panels.
