R/sfc_curve.R
sfc_level.Rd
The level of the curve
# S4 method for sfc_nxn sfc_level(p)
An sfc_nxn object.
sfc_nxn
An integer.
p = sfc_2x2("I", "11") sfc_level(p) #> [1] 2 p = sfc_2x2("I", "1111") sfc_level(p) #> [1] 4