Description Usage Format Details Inheritance Fields Methods See Also Examples
The R6Class
object elementR_repStandard
contains the main information needed for the filtration of a batch of standard replicates.
1 |
An R6Class
generator object
As a subclass object, the elementR_repStandard
object already contains all fields and methods from the elementR_rep
. Moreover, it also contains items specifically designed for standard filtration.
The elementR_repStandard
object inherits from the elementR_rep
.
rep_type
A character string indicating the type of the batch considered (here, "standard")
rep_dataFinale
A matrix containing data_standFinalMean
and data_standFinalSD
for all standard replicates included in the considered batch
rep_dataFinaleMean
A vector containing the average per chemical element of the rep_dataFinale
rep_dataFinaleSD
A vector containing the standard deviation per chemical element of the rep_dataFinale
setrep_FinalMeanSD()
Aim: define and set rep_dataFinaleMean
and rep_dataFinaleSD
setRep_table(nelem)
Aim: define and set rep_dataFinale
; Arguments: nelem = a vector containing the names of the chemical elements to include in the rep_dataFinale
create()
Aim: create and set rep_data
by filling it with the elementR_standard
objects corresponding to standard replicates included in this batch
elementR_rep
.
elementR_repSample
.
1 2 3 4 5 6 7 8 9 10 | ## create a new elementR_repStandard object based on the "filePath"
## from a folder containing sample replicate
filePath <- system.file("Example_Session/standards", package="elementR")
standBatch <- elementR_repStandard$new(rep_folderPath = filePath)
## Display the files contained in this batch
standBatch$rep_Files
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.