Skip to contents

The universe base pattern set

Usage

# S4 method for sfc_rules
sfc_universe(p)

# S4 method for sfc_sequence
sfc_universe(p)

Arguments

p

The corresponding object.

Value

A vector of base patterns.

Examples

sfc_universe(SFC_RULES_2x2)
#> [1] "I" "R" "L" "U" "B" "D" "P" "Q" "C"
sfc_universe(SFC_RULES_3x3_PEANO)
#> [1] "I" "J" "R" "L"