Creates a sample attribute list for use in the creation of new panel types.
sample_att(
size = 1,
type = rep("standard", size),
ord.by = NA,
grouping = 5,
colors = brewer.pal(max(grouping), "Spectral"),
plot.pGrp.spacing = 0.05,
plot.panel.margins = c(0, 1, 0, 0),
panel.data = list(NA),
median.row = FALSE,
show = FALSE
)A list of attributes to be used in the creation of a panel
specify the number of attibutes lists to be created.
match the attributes to which type of default panel.
argument inhereted from lmplot/lmGroupedplot.
argument inhereted from lmplot/lmGroupedplot.
argument inhereted from lmplot/lmGroupedplot.
argument inhereted from lmplot/lmGroupedplot.
argument inhereted from lmplot/lmGroupedplot.
argument inhereted from lmplot/lmGroupedplot.
argument inhereted from lmplot/lmGroupedplot.
controls whether to print the resulting attribute list.
Quinn Payton Payton.Quinn@epa.gov