22 .constructor<std::string,std::string>()
34 r<<
"TRF1 <- rootr$TRF1";
35 r<<
"u <- new(TRF1,'dilog','TMath::DiLog(x)')";
36 r<<
"print(u$Eval( 0.0 ))";
#define LOAD_ROOTR_MODULE(NAME)
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
virtual void Draw(Option_t *option="")
Draw this function with its current attributes.
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
TRF1(std::string name, std::string formula)