20      v.SetAttribute(
"Name",
"TestVector");
 
   23      int s=
v.GetAttribute(
"Size");
 
   28      print(cat(
"ROOT:",s));
 
   29      print(cat(
"ROOT:",
name));
 
This is a class to pass functions from ROOT to R.
 
ROOT R was implemented using the R Project library and the modules Rcpp and RInside
 
static TRInterface & Instance()
static method to get an TRInterface instance reference
 
This is a class to get ROOT's objects from R's objects.
 
void SetAttribute(const TString name, T obj)
The R objects can to have associate attributes with this method you can added attribute to TRObject g...