print.summary_generic_spct: Print spectral summary
Description
A function to nicely print objects of classes "summary...spct".
Usage
# S3 method for summary_generic_spct
print(x, ...)# S3 method for summary_generic_mspct
print(x, width = NULL, ..., n = NULL)
Arguments
- x
An object of one of the summary classes for spectra
- ...
named arguments passed to the print()
method for class
"tbl_df"
.
- width
integer Width of text output to generate. This defaults to NULL,
which means use the width option.
- n
integer Number of member spectra for which information is printed.
Examples
Run this codeprint(summary(sun.spct))
print(summary(sun_evening.mspct))
Run the code above in your browser using DataLab