rbsa0: list of the /rbsa/ constants

Description Details Value See Also Examples

Description

Just a list of constants. Each constant is defined with a name, a definition and a value. The initial values can be modified by the user. Some specifies the way the rbsa calculations and displays are made. Values definitions and names can be obtained with the function display8k.
An important role of the constant is to drive the behavior of many functions through rbsa0$monitor$v which is itself a rbsa constant.

Details

It is a named list, one component for each constant. A named 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 see the details for the description.

See Also

rbsa7list9 display8k

Examples

1
2
3
4
5
6
 
  print(display8k(rbsa0,"names")); 
  print(display8k(rbsa0)); 
  print(display8k(rbsa0$monitor$v,"names")); 
  print(display8k(rbsa0$monitor$v)); 
  str(rbsa0$monitor$v); 

rbsa documentation built on May 2, 2019, 6:07 p.m.