str_m2: Give the structure of a Macaulay2 ring

str_m2R Documentation

Give the structure of a Macaulay2 ring

Description

Give the structure of a Macaulay2 ring

Usage

str_m2(object, ...)

Arguments

object

An m2 object

...

...

Value

Invisible the object passed in.

Examples


## Not run:  requires Macaulay2

a <- m2("1")

R <- ring(c("x1", "x2", "x3"))
str_m2(R)
str_m2.default(R)


## End(Not run)


m2r documentation built on June 10, 2025, 9:08 a.m.

Related to str_m2 in m2r...