str_m2 {m2r}R 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)


[Package m2r version 1.0.2 Index]