Description Usage Details References See Also Examples
Constants built into R.
1 2 3 4 5 |
R has a small number of built-in constants.
The following constants are available:
LETTERS
: the 26 upper-case letters of the Roman
alphabet;
letters
: the 26 lower-case letters of the Roman
alphabet;
month.abb
: the three-letter abbreviations for the
English month names;
month.name
: the English names for the months of the
year;
pi
: the ratio of the circumference of a circle to its
diameter.
These are implemented as variables in the base namespace taking appropriate values.
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
Quotes
for the parsing of character constants,
NumericConstants
for numeric constants.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.