The mode of the curve
Examples
p = sfc_2x2("I", "1")
sfc_mode(p)
#> [1] 2
p = sfc_3x3_peano("I", "1")
sfc_mode(p)
#> [1] 3
sfc_mode(SFC_RULES_2x2)
#> [1] 2
sfc_mode(SFC_RULES_3x3_PEANO)
#> [1] 3
The mode of the curve
p = sfc_2x2("I", "1")
sfc_mode(p)
#> [1] 2
p = sfc_3x3_peano("I", "1")
sfc_mode(p)
#> [1] 3
sfc_mode(SFC_RULES_2x2)
#> [1] 2
sfc_mode(SFC_RULES_3x3_PEANO)
#> [1] 3