Learn R Programming

sfcurve (version 1.0.0)

sfc_level,sfc_nxn-method: The level of the curve

Description

The level of the curve

Usage

# S4 method for sfc_nxn
sfc_level(p)

Value

An integer.

Arguments

p

An sfc_nxn object.

Examples

Run this code
p = sfc_2x2("I", "11")
sfc_level(p)

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

Run the code above in your browser using DataLab