Learn R Programming

sfcurve (version 1.0.0)

sfc_mode,sfc_nxn-method: The mode of the curve

Description

The mode of the curve

Usage

# S4 method for sfc_nxn
sfc_mode(p)

# S4 method for sfc_rules sfc_mode(p)

Value

An integer.

Arguments

p

The corresponding object.

Examples

Run this code
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)

Run the code above in your browser using DataLab