library(knitr)
knitr::opts_chunk$set(collapse = TRUE, comment = "#")
options(width=120)
library(OpenRepGrid)

You can change several global settings for OpenRepGrid which will influence the way grids are displyed. You can promt the available settings by calling settings().

settings()

By default information about the scale and grid meta data is displayed.

fbb2003

To change the settings enter the new parameters as name=value pairs. To turn off the display of the scale and meta information type in

settings(show.scale=FALSE, show.meta=FALSE)

Now all grids are displayed without this information:

fbb2003

Other settings that can be modified are maximal length of the construct that is displayed. Changing show.cutto 40 will prevent that the names of the constructs are cut off.

settings(show.cut=40)
fbb2003

In order to not print the number of constructs and elements you can turn off this options by

settings(c.no=FALSE, e.no=FALSE)
fbb2003


markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.