| settings | R Documentation |
global settings for OpenRepGrid
settings(...)
... |
Use parameter value pairs ( |
Currently the following parameters can be changed, ordered by topic. The default value is shown in the brackets at the end of a line.
show.scale: Show grid scale info? (TRUE)
show.meta: Show grid meta data? (TRUE)
show.trim: Number of chars to trim strings to (30)
show.cut: Maximum number of characters printed on the sides of a grid (20)
e.no: Print element ID number? (TRUE)
c.no: Print construct ID number? (TRUE)
preferred: Print preferred pole indicator? (TRUE)
## Not run:
# get current settings
settings()
# get some parameters
settings("show.scale", "show.meta")
# change parameters
bell2010
settings(show.meta = F)
bell2010
settings(show.scale = F, show.cut = 30)
bell2010
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.