str_m2: Give the structure of a Macaulay2 ring

Description Usage Arguments Value Examples

Description

Give the structure of a Macaulay2 ring

Usage

1
str_m2(object, ...)

Arguments

object

An m2 object

...

...

Value

Invisible the object passed in.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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 July 1, 2020, 11:45 p.m.

Related to str_m2 in m2r...