- x
The object with the parsed coded source(s) as resulting from a
call to parse_source()
or parse_sources()
.
- nrmSpec
Optionally, an imported Narrative Response Model
specification, as imported with ci_import_nrm_spec()
, which will
then be used to obtain the item labels.
- language
If nrmSpec
is specified, the language to use.
- wrapLabels
Whether to wrap the labels; if not NULL
, the
number of character to wrap at.
- itemOrder, itemLabels
Instead of specifying an NRM specification,
you can also directly specify the item order and item labels. itemOrder
is a character vector of item identifiers, and itemLabels
is a named
character vector of item labels, where each value's name is the
corresponding item identifier. If itemLabels
is provided but itemOrder
is not, the order of the itemLabel
is used.
- itemIdentifier
The column identifying the items; the class instance
identifier prefix, e.g. if item identifiers are specified as
[[uiid:familySize_7djdy62d]]
, the itemIdentifier
to pass here
is "uiid"
.
- codingScheme
The coding scheme, either as a string if it represents
one of the cognitive interviewig coding schemes provided with the rock
package, or as a coding scheme resulting from a call
to create_codingScheme()
.
- itemlab, codelab, freqlab
Labels to use for the item and code axes
and for the frequency color legend (NULL
to omit the label).
- plotTitle
The title to use for the plot
- fillScale
Convenient way to specify the fill scale (the colours)
- theme
Convenient way to specify the ggplot2::ggplot()
theme.