Return a vector of abbreviations for octant circumplex scales, from PA to NO.
Arguments
- case
An optional string the determines whether the abbreviations should be
in uppercase or lowercase. (default = "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.
Examples
PANO()
#> [1] "PA" "BC" "DE" "FG" "HI" "JK" "LM" "NO"
PANO(case = "lower")
#> [1] "pa" "bc" "de" "fg" "hi" "jk" "lm" "no"