33   f = 
new Rcpp::Function(
name.Data());
 
 
   39   f = 
new Rcpp::Function(
name.Data(), ns.
Data());
 
 
   45   f = 
new Rcpp::Function((
SEXP)obj);
 
 
   51   f = 
new Rcpp::Function(obj);
 
 
This is a class to pass functions from ROOT to R.
 
TRFunctionImport(const Rcpp::Function &fun)
TRFunctionImport constructor for Rcpp::DataFrame.
 
This is a class to get ROOT's objects from R's objects.
 
Mother of all ROOT objects.
 
const char * Data() const
 
namespace associated R package for ROOT.