sfc_mode,sfc_nxn-method | R Documentation |
The mode of the curve
## S4 method for signature 'sfc_nxn'
sfc_mode(p)
## S4 method for signature 'sfc_rules'
sfc_mode(p)
p |
The corresponding object. |
An integer.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.