Learn R Programming

GCalignR (version 1.0.7)

print.GCalign: Summarising Peak Alignments with GCalignR

Description

print method for class "GCalign"

Usage

# S3 method for GCalign
print(x, write_text_file = FALSE, ...)

Arguments

x

Object of class GCalign, created with align_chromatograms

write_text_file

A boolean allowing to write a text file.

...

Optional arguments passed on to methods are currently not supported.

Author

Martin Stoffel (martin.adam.stoffel@gmail.com) & Meinolf Ottensmann (meinolf.ottensmann@web.de)

Examples

Run this code
## GCalign object
data("aligned_peak_data")
## print summary
print(aligned_peak_data)

Run the code above in your browser using DataLab