Learn R Programming

circumplex (version 1.0.1)

PANO: Two-letter abbreviations for octant circumplex scales

Description

Return a vector of abbreviations for octant circumplex scales, from PA to NO.

Usage

PANO(case = "upper")

Value

A character vector with eight elements, each corresponding to the abbreviation of an octant subscale: PA, BC, DE, FG, HI, JK, LM, NO.

Arguments

case

An optional string the determines whether the abbreviations should be in uppercase or lowercase. (default = "upper")

Examples

Run this code
PANO()
PANO(case = "lower")

Run the code above in your browser using DataLab