ROOT  6.06/09
Reference Guide
Classes | Typedefs | Functions | Variables
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
 
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 *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
 

Detailed Description

namespace associated R package for ROOT.

Typedef Documentation

Definition at line 59 of file TRInternalFunction.h.

Function Documentation

template<class T >
void ROOT::R::function ( const char *  name_,
fun,
const char *  docstring = 0 
)
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().

Variable Documentation

Rcpp::internal::NamedPlaceHolder ROOT::R::Label
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