sfc_level: The level of the curve

sfc_level,sfc_nxn-methodR 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 sfc_nxn object.

Value

An integer.

Examples

p = sfc_2x2("I", "11")
sfc_level(p)

p = sfc_2x2("I", "1111")
sfc_level(p)

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