Learn R Programming

m2r (version 1.0.0)

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

 requires Macaulay2

a <- m2("1")

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



Run the code above in your browser using DataLab