showMonomialOld | R Documentation |
Prints a monomial like "x^(1, 0, 2)"
. This way of
showing a monomial was used by default in previous versions of this
package.
showMonomialOld(x = "x")
x |
a string, usually a letter such as |
A function which takes as argument a sequence of exponents and which prints the corresponding monomial.
showMonomialX1X2X3
, showMonomialXYZ
,
showQspray
, showQsprayOption<-
.
showMonomialOld("X")(c(1, 0, 2))
showMonomialOld("X")(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.