Create a GCIMSSample object

GCIMSSample(drift_time, retention_time, data, ...)

Arguments

drift_time, retention_time, data, ...

See the Slots section in GCIMSSample page

Value

A GCIMSSample object

Examples

# Create a new GCIMSSample with the convenient constructor function:
dummy_obj <-GCIMSSample(
  drift_time = 1:2,
  retention_time = 1:3,
  data = matrix(1:6, nrow = 2, ncol = 3),
  gc_column = "Optional column name",
  drift_gas = "nitrogen",
  drift_tube_length = 98.0 # in mm
)