Description Usage Format Details Fields Methods See Also Examples
The R6Class
object elementR_rep
contains the main information needed for the filtration of a batch of replicates (standard or sample replicates).
1 |
An R6Class
generator object
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.
rep_name
A character string corresponding to the name of the considered folder
rep_folderPath
A character string corresponding to the path of the considered folder
rep_Files
A vector containing the name of the files within the considered folder
rep_data
A list containing the elementR_data
corresponding to the replicates included in the considered folder
rep_pas
A numerical value corresponding to the time between two consecutive analysis within data of the considered folder
dec
The decimal system used in the data (either , or .)
sep
The separator character used in the data
setRep_pas()
Aim: set rep_pas
initialize(filePath, sep, dec)
Aim: Create and set the basic information of the considered folder; Argument: filePath = the path of the considered folder, dec = the decimal system of the data, sep = the separator character of the data; Output: an R6Class elementR_rep
object
elementR_repStandard
.
elementR_repSample
.
1 2 | ## see elementR_repStandard or elementR_repSample as the creation of elementR_rep depends
## on the type of data created
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.