sfc_mode: The mode of the curve

sfc_mode,sfc_nxn-methodR 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)

sfcurve documentation built on Sept. 14, 2024, 1:07 a.m.