str_m2 | R Documentation |
Give the structure of a Macaulay2 ring
str_m2(object, ...)
object |
An |
... |
... |
Invisible the object passed in.
## Not run: requires Macaulay2
a <- m2("1")
R <- ring(c("x1", "x2", "x3"))
str_m2(R)
str_m2.default(R)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.