Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::R Namespace Reference

namespace associated R package for ROOT. More...

Classes

class  class_
 
class  TRDataFrame
 This is a class to create DataFrames from ROOT to R. More...
 
class  TRFunctionExport
 This is a class to pass functions from ROOT to R. More...
 
class  TRFunctionImport
 This is a class to pass functions from ROOT to R. More...
 
class  TRInterface
 ROOT R was implemented using the R Project library and the modules Rcpp and RInside More...
 
class  TRObject
 This is a class to get ROOT's objects from R's objects. More...
 

Typedefs

typedef Rcpp::TRInternalFunction_Impl< Rcpp::PreserveStorage > TRInternalFunction
 

Functions

template<class T >
void function (const Char_t *name_, T fun, const Char_t *docstring=0)
 
const Rcpp::internal::NamedPlaceHolder & Label (Rcpp::_)
 
char * R_completion_generator (const char *text, int state)
 
char ** R_custom_completion (const char *text, int start, int end)
 

Variables

const Rcpp::internal::NamedPlaceHolder & Label
 
VARIABLE_IS_NOT_USED SEXP ModuleSymRef = NULL
 
SEXP RComp_assignBufferSym
 
SEXP RComp_assignEndSym
 
SEXP RComp_assignStartSym
 
SEXP RComp_assignTokenSym
 
SEXP RComp_completeTokenSym
 
SEXP RComp_getFileCompSym
 
SEXP RComp_retrieveCompsSym
 
SEXP rcompgen_rho
 

Detailed Description

namespace associated R package for ROOT.

Typedef Documentation

◆ TRInternalFunction

typedef Rcpp::TRInternalFunction_Impl<Rcpp::PreserveStorage> ROOT::R::TRInternalFunction

Definition at line 53 of file TRInternalFunction.h.

Function Documentation

◆ function()

template<class T >
void ROOT::R::function ( const Char_t name_,
fun,
const Char_t docstring = 0 
)

Definition at line 167 of file RExports.h.

◆ Label()

const Rcpp::internal::NamedPlaceHolder & ROOT::R::Label ( Rcpp::_  )

◆ R_completion_generator()

char * ROOT::R::R_completion_generator ( const char *  text,
int  state 
)

Definition at line 26 of file TRCompletion.cxx.

◆ R_custom_completion()

char ** ROOT::R::R_custom_completion ( const char *  text,
int  start,
int  end 
)

Definition at line 69 of file TRCompletion.cxx.

Variable Documentation

◆ Label

const Rcpp::internal::NamedPlaceHolder& ROOT::R::Label
extern

◆ ModuleSymRef

VARIABLE_IS_NOT_USED SEXP ROOT::R::ModuleSymRef = NULL

Definition at line 116 of file RExports.cxx.

◆ RComp_assignBufferSym

SEXP ROOT::R::RComp_assignBufferSym

Definition at line 14 of file TRCompletion.cxx.

◆ RComp_assignEndSym

SEXP ROOT::R::RComp_assignEndSym

Definition at line 16 of file TRCompletion.cxx.

◆ RComp_assignStartSym

SEXP ROOT::R::RComp_assignStartSym

Definition at line 15 of file TRCompletion.cxx.

◆ RComp_assignTokenSym

SEXP ROOT::R::RComp_assignTokenSym

Definition at line 17 of file TRCompletion.cxx.

◆ RComp_completeTokenSym

SEXP ROOT::R::RComp_completeTokenSym

Definition at line 18 of file TRCompletion.cxx.

◆ RComp_getFileCompSym

SEXP ROOT::R::RComp_getFileCompSym

Definition at line 19 of file TRCompletion.cxx.

◆ RComp_retrieveCompsSym

SEXP ROOT::R::RComp_retrieveCompsSym

Definition at line 20 of file TRCompletion.cxx.

◆ rcompgen_rho

SEXP ROOT::R::rcompgen_rho

Definition at line 22 of file TRCompletion.cxx.