powered by
Display the scales of a circumplex instrument including the total number of scales and each scale's abbreviation, hypothetical angle, and text label.
scales(x, items = FALSE)
Required. An object of the instrument class.
Optional. A logical determining whether the items for each scale should be displayed below its other information (default = FALSE).
The same input object. Prints text to console.
Other instrument functions: anchors, instruments, instrument, items, norms
anchors
instruments
instrument
items
norms
# NOT RUN { instrument(csip) scales(csip) scales(csip, items = TRUE) # }
Run the code above in your browser using DataLab