m2r (version 1.0.2)

str_m2: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
 requires Macaulay2

a <- m2("1")

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

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab