sfc_mode,sfc_nxn-method {sfcurve} | R Documentation |
The mode of the curve
Description
The mode of the curve
Usage
## S4 method for signature 'sfc_nxn'
sfc_mode(p)
## S4 method for signature 'sfc_rules'
sfc_mode(p)
Arguments
p |
The corresponding object. |
Value
An integer.
Examples
p = sfc_2x2("I", "1")
sfc_mode(p)
p = sfc_3x3_peano("I", "1")
sfc_mode(p)
sfc_mode(SFC_RULES_2x2)
sfc_mode(SFC_RULES_3x3_PEANO)
[Package sfcurve version 1.0.0 Index]