Learn R Programming

documair (version 0.6-0)

documair0: list of the /documair/ constants

Description

Just a list of constants defined with a name, a definition and a value. They can be modified by the user. Of course the modification must be consistent with the role of the constant, and only values should be modified.

Arguments

Value

A list (it is a self-documented object).

Details

It is a named list, one component for each constant. A sublist is associated to each constant with two components: $d for the definition and $v for the value. Be aware that the value can be any object (vector, list, matrix, function,...)

Examples

Run this code
  names(documair0); 
  print(documair0$text1); 
  print(documair0$text2$v); 

Run the code above in your browser using DataLab