scales: Display the scales of a circumplex instrument

View source: R/instrument_oop.R

scalesR Documentation

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)

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

Value

The same input object. Prints text to console.

See Also

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

Examples

instrument("csip")
scales(csip)
scales(csip, items = TRUE)

circumplex documentation built on Oct. 28, 2024, 9:06 a.m.