letters: Single-letter symbols

lettersR Documentation

Single-letter symbols

Description

Variables a, b,... z are given their mvp semantic meaning.

Usage

data(lettersymbols)

Details

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.

Author(s)

Robin K. S. Hankin

Examples


data(lettersymbols)
(a+b)*(a-b)

(x + y + z)^3 - 3*(x + y + z)*(x*y + x*z + y*z) + 3*x*y*z



mvp documentation built on April 4, 2025, 3:48 a.m.