surveyorDefaults: Initialises surveyor object defaults.

Description Usage Arguments See Also Examples

Description

Initialises surveyor object defaults.

Usage

1
2
3
4
5
  surveyorDefaults(defaultThemeSize = 9,
    plotType = c("ggplot", "lattice"),
    fastgraphics = plotType[1] == "lattice",
    addPlotTitle = TRUE, defaultBrewerPal = "Set2",
    revBrewerPal = FALSE, printTable = TRUE)

Arguments

defaultThemeSize

Text size in points, passed to ggplot

plotType

Either ggplot or lattice

fastgraphics

Uses lattice graphics if true, otherwise ggplot

addPlotTitle

If true, adds question text as plot title.

defaultBrewerPal

Names of ColorBrewer palette to use

revBrewerPal

If TRUE, reverse the order of defaultBrewerPal

printTable

If TRUE will print the table as part of the report

See Also

as.surveyor, surveyorUpdateDefaults

Examples

1
2
s <- surveyorDefaults()
s <- surveyorDefaults(defaultThemeSize=12)

andrie/surveyor documentation built on May 10, 2019, 11:21 a.m.