Learn R Programming

circumplex (version 0.3.10)

scales: Display the scales of a circumplex instrument

Description

Display the scales of a circumplex instrument including the total number of scales and each scale's abbreviation, hypothetical angle, and text label.

Usage

scales(x, items = FALSE)

Value

The same input object. Prints text to console.

Arguments

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).

See Also

Other instrument functions: anchors(), instruments(), instrument(), items(), norms()

Examples

Run this code
instrument(csip)
scales(csip)
scales(csip, items = TRUE)

Run the code above in your browser using DataLab