![]() |
ROOT
6.06/09
Reference Guide
|
namespace associated R package for ROOT. More...
Classes | |
| class | class_ |
| class | TRDataFrame |
| This is a class to create DataFrames from ROOT to R | |
| class | TRFunctionExport |
| This is a class to pass functions from ROOT to R | |
| class | TRFunctionImport |
| This is a class to pass functions from ROOT to R. More... | |
| class | TRInterface |
| class | TRObject |
| This is a class to get ROOT's objects from R's objects | |
Typedefs | |
| typedef Rcpp::TRInternalFunction_Impl< Rcpp::PreserveStorage > | TRInternalFunction |
Functions | |
| template<class T > | |
| void | function (const char *name_, T fun, const char *docstring=0) |
| char * | R_completion_generator (const char *text, int state) |
| char ** | R_custom_completion (const char *text, int start, int end) |
Variables | |
| VARIABLE_IS_NOT_USED SEXP | ModuleSymRef = NULL |
| Rcpp::internal::NamedPlaceHolder | Label |
| SEXP | RComp_assignBufferSym |
| SEXP | RComp_assignStartSym |
| SEXP | RComp_assignEndSym |
| SEXP | RComp_assignTokenSym |
| SEXP | RComp_completeTokenSym |
| SEXP | RComp_getFileCompSym |
| SEXP | RComp_retrieveCompsSym |
| SEXP | rcompgen_rho |
| typedef Rcpp::TRInternalFunction_Impl<Rcpp::PreserveStorage> ROOT::R::TRInternalFunction |
Definition at line 59 of file TRInternalFunction.h.
| void ROOT::R::function | ( | const char * | name_, |
| T | fun, | ||
| const char * | docstring = 0 |
||
| ) |
Definition at line 159 of file RExports.h.
Referenced by TContextMenu::Action(), TRootContextMenu::Dialog(), TMethodCall::Init(), RCPP_MODULE(), RooMinimizer::RooMinimizer(), RooMinuit::RooMinuit(), ROOTR_MODULE(), TLinearFitter::SetFormula(), TLinearFitter::TLinearFitter(), and TCling::UpdateListsOnUnloaded().
| char * ROOT::R::R_completion_generator | ( | const char * | text, |
| int | state | ||
| ) |
Definition at line 24 of file TRCompletion.cxx.
Referenced by R_custom_completion().
| char ** ROOT::R::R_custom_completion | ( | const char * | text, |
| int | start, | ||
| int | end | ||
| ) |
Definition at line 67 of file TRCompletion.cxx.
Referenced by ROOT::R::TRInterface::TRInterface().
| Rcpp::internal::NamedPlaceHolder ROOT::R::Label |
Definition at line 14 of file RExports.cxx.
Referenced by DataFrame(), Functions(), TMVA::MethodRSNNS::GetMvaValue(), TMVA::MethodRSVM::GetMvaValue(), TMVA::MethodRXGB::GetMvaValue(), TMVA::MethodC50::GetMvaValue(), ROOT::R::TRDataFrame::Binding::operator=(), TMVA::MethodC50::ProcessOptions(), TMVA::MethodRSNNS::Train(), TMVA::MethodRXGB::Train(), TMVA::MethodC50::Train(), and TMVA::MethodRSVM::Train().
| VARIABLE_IS_NOT_USED SEXP ROOT::R::ModuleSymRef = NULL |
Definition at line 111 of file RExports.cxx.
| SEXP ROOT::R::RComp_assignBufferSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_custom_completion(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::RComp_assignEndSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_custom_completion(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::RComp_assignStartSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_custom_completion(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::RComp_assignTokenSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_completion_generator(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::RComp_completeTokenSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_completion_generator(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::RComp_getFileCompSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_custom_completion(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::RComp_retrieveCompsSym |
Definition at line 12 of file TRCompletion.cxx.
Referenced by R_completion_generator(), and ROOT::R::TRInterface::TRInterface().
| SEXP ROOT::R::rcompgen_rho |
Definition at line 20 of file TRCompletion.cxx.
Referenced by R_completion_generator(), R_custom_completion(), and ROOT::R::TRInterface::TRInterface().