Learn R Programming

elementR (version 1.3.7)

elementR_rep: Object elementR_rep

Description

The R6Class object elementR_rep contains the main information needed for the filtration of a batch of replicates (standard or sample replicates).

Usage

elementR_rep

Arguments

Format

An R6Class generator object

Fields

Methods

Details

When runElementR is running and as soon as a project is loaded, an elementR_rep is automatically created for each batch of replicates (i.e. each folder of standards or samples) included in the session. Each of these objects contains the basic information regarding the considered batch (name and path of the folder, the whole data of each replicates) and is filled by the intermediate and final data as user proceeds to the filtration procedure.

See Also

elementR_repStandard. elementR_repSample.

Examples

Run this code
# NOT RUN {
## see elementR_repStandard or elementR_repSample as the creation of elementR_rep depends 
## on the type of data created 
# }

Run the code above in your browser using DataLab