Aliases: simpleTheme
Keywords: dplot
### ** Examples str(simpleTheme(pch = 16))
List of 6 $ plot.symbol :List of 1 ..$ pch: num 16 $ plot.line : list() $ plot.polygon : list() $ superpose.symbol :List of 1 ..$ pch: num 16 $ superpose.line : list() $ superpose.polygon: list()
dotplot(variety ~ yield | site, data = barley, groups = year, auto.key = list(space = "right"), par.settings = simpleTheme(pch = 16), xlab = "Barley Yield (bushels/acre) ", aspect=0.5, layout = c(1,6))