Last data update: 2014.03.03

R: Sample Attribute List Creator
sample_attR Documentation

Sample Attribute List Creator

Description

Creates a sample attribute list for use in the creation of new panel types.

Usage

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)

Arguments

size

specify the number of attibutes lists to be created.

type

match the attributes to which type of default panel.

ord.by

argument inhereted from lmplot/lmGroupedplot.

grouping

argument inhereted from lmplot/lmGroupedplot.

colors

argument inhereted from lmplot/lmGroupedplot.

plot.pGrp.spacing

argument inhereted from lmplot/lmGroupedplot.

plot.panel.margins

argument inhereted from lmplot/lmGroupedplot.

panel.data

argument inhereted from lmplot/lmGroupedplot.

median.row

argument inhereted from lmplot/lmGroupedplot.

show

controls whether to print the resulting attribute list.

Value

A list of attributes to be used in the creation of a panel

Note

See the Introduction Guide for a full list of the options available for altering micromaps.

Author(s)

Quinn Payton Payton.Quinn@epa.gov

Results