letters | R Documentation |
Variables a
, b
,... z
are given their mvp
semantic meaning.
data(lettersymbols)
Twenty-six variables a-z are defined as their mvp
semantic
equivalent:
a <- as.mvp("a") ... z <- as.mvp("z")
These objects can be generated by running script inst/symb.Rmd
,
which includes some further discussion and technical documentation and
creates file lettersymbols.rda
which resides in the
data/
directory.
Letters c
, q
, and t
might pose difficulties.
Robin K. S. Hankin
data(lettersymbols)
(a+b)*(a-b)
(x + y + z)^3 - 3*(x + y + z)*(x*y + x*z + y*z) + 3*x*y*z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.