sfc_level,sfc_nxn-method {sfcurve} | R Documentation |
The level of the curve
Description
The level of the curve
Usage
## S4 method for signature 'sfc_nxn'
sfc_level(p)
Arguments
p |
An |
Value
An integer.
Examples
p = sfc_2x2("I", "11")
sfc_level(p)
p = sfc_2x2("I", "1111")
sfc_level(p)
[Package sfcurve version 1.0.0 Index]