Learn R Programming

elementR (version 1.3.7)

elementR_standard: Object elementR_standard

Description

The R6Class object elementR_standard contains the main information needed for the filtration of a single standard replicate.

Usage

elementR_standard

Arguments

Format

An R6Class generator object

Inheritance

The elementR_standard object inherits from the elementR_data.

Fields

Methods

Details

As a subclass object, the elementR_standard object already contains all fields and methods from the elementR_data. Moreover, it also contains items specifically designed for standard filtration.

See Also

elementR_data. elementR_sample.

Examples

Run this code
# NOT RUN {
## create a new elementR_standard object based on the "filePath" from a file containing data

filePath <- system.file("Example_Session/standards/Stand1.csv", package="elementR")

standardExample <- elementR_standard$new(filePath)

## Display the raw data 

standardExample$data

# }

Run the code above in your browser using DataLab