Learn R Programming

geoSpectral (version 0.17.5)

SpcHeaderList-class: SpcHeaderList class.

Description

Definition for SpcHeaderList. This class provides a collection of multiple SpcHeader objects inside a list.

Arguments

Examples

Run this code
# NOT RUN {
h1 = new("SpcHeader")
h2 = new("SpcHeader")
as(list(h1, h2), "SpcHeaderList")
new("SpcHeaderList") 
# }

Run the code above in your browser using DataLab