Learn R Programming

elementR (version 1.3.7)

elementR_repStandard: Object elementR_repStandard

Description

The R6Class object elementR_repStandard contains the main information needed for the filtration of a batch of standard replicates.

Usage

elementR_repStandard

Arguments

Format

An R6Class generator object

Inheritance

The elementR_repStandard object inherits from the elementR_rep.

Fields

Methods

Details

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.

See Also

elementR_rep. elementR_repSample.

Examples

Run this code
# NOT RUN {
## 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
# }

Run the code above in your browser using DataLab