iso_printing: Isofile printing

Description Usage Arguments

Description

Print summary of individual iso_files (dual inlet or continuous flow) or collection of iso_files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'iso_file_list'
print(x, ...)

## S3 method for class 'iso_file'
print(x, ..., show_problems = TRUE)

## S3 method for class 'dual_inlet'
print(x, ..., show_problems = TRUE)

## S3 method for class 'continuous_flow'
print(x, ..., show_problems = TRUE)

## S3 method for class 'scan'
print(x, ..., show_problems = TRUE)

Arguments

x

Object to show.

...

additional parameters passed to print.default

show_problems

whether to show encountered problems


isoreader documentation built on Nov. 19, 2021, 1:07 a.m.