Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class provides access to class SchemeTreeSet
for the derived
classes DataTreeSet
, ExprTreeSet
and CallTreeSet
.
It extends class TreeSet
.
Usually, no objects are created from it.
scheme
:Object of class "SchemeTreeSet"
providing access to
ROOT
scheme file.
data
:Object of class "data.frame"
. The data.frame can contain
the data stored in ROOT
data trees.
params
:Object of class "list"
representing relevant parameters.
setname
:Object of class "character"
representing the name to the
ROOT
file subdirectoy where the ROOT
trees are stored,
usually one of ‘DataTreeSet’, ‘PreprocesSet’, ‘CallTreeSet’.
settype
:Object of class "character"
describing the type of treeset
stored in setname
, usually one of ‘rawdata’, ‘preprocess’.
rootfile
:Object of class "character"
representing the name
of the ROOT
file, including full path.
filedir
:Object of class "character"
describing the full path to
the system directory where rootfile
is stored.
numtrees
:Object of class "numeric"
representing the number of
ROOT
trees stored in subdirectoy setname
.
treenames
:Object of class "list"
representing the names of the
ROOT
trees stored in subdirectoy setname
.
Class "TreeSet"
, directly.
signature(object = "ProcesSet")
: exports data from
ROOT
data file and and saves as data.frame data
.
signature(x = "ProcesSet")
: creates a boxplot
of the
data from data.frame data
.
signature(object = "ProcesSet")
: extracts slot chipname
from slot scheme
.
signature(object = "ProcesSet")
: extracts slot chiptype
from slot scheme
.
signature(object = "ProcesSet")
: exports ROOT
trees
as text file, see export-methods
.
signature(object = "ProcesSet")
: exports tree data from ROOT
file rootfile
, and saves as data.frame data
.
signature(x = "ProcesSet")
: creates a plot showing the histograms
for data.frame data
.
signature(x = "ProcesSet")
: creates an image for each column from
data.frame data
or bgrd
, respectively.
signature(x = "ProcesSet")
: creates an M-boxplot of the
data from data.frame data
.
signature(object = "ProcesSet")
: replaces data.frame data
with an empty data.frame of dim(0,0).
signature(object = "ProcesSet")
: extracts the ROOT
scheme file from slot scheme
.
signature(object = "ProcesSet"), value = "character")
: replaces the ROOT
scheme file from slot scheme
.
signature(object = "ProcesSet")
: extracts slot scheme
.
signature(object = "ProcesSet"), value = "SchemeTreeSet")
: replaces slot scheme
with a different SchemeTreeSet
.
signature(object = "ProcesSet")
: extracts all columns
from data.frame data
.
signature(object = "ProcesSet")
: extracts a subset of columns
from data.frame data
.
Christian Stratowa
derived classes DataTreeSet
, ExprTreeSet
,
CallTreeSet
, QualTreeSet
.
1 | showClass("ProcesSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.