documair0 {documair}R Documentation

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.

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,...)

Value

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

Examples

 
  names(documair0); 
  print(documair0$text1); 
  print(documair0$text2$v); 

[Package documair version 0.6-0 Index]