View source: R/instrument_oop.R
scales | R Documentation |
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)
x |
Required. An object of the instrument class. |
items |
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()
,
instrument()
,
instruments()
,
items()
,
norms()
instrument("csip")
scales(csip)
scales(csip, items = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.