|
Class Summary |
| Mutex |
This class implements a (not so) simple mutex. |
| RBool |
Implementation of tri-state logical data type in R. |
| Rengine |
Rengine class is the interface between an instance of R and the Java VM. |
| REXP |
This class encapsulates and caches R objects as returned from R. |
| RFactor |
representation of a factor variable. |
| RList |
implementation of R-lists
This is rather preliminary and may change in future since it's not really proper. |
| RVector |
class encapsulating named generic vectors in R - do NOT use add/remove directly as names are not synchronized with the contents. |