print.summary_generic_spct: Print spectral summary

View source: R/spct.summaries.r

print.summary_generic_spctR Documentation

Print spectral summary

Description

A function to nicely print objects of classes "summary...spct".

Usage

## S3 method for class 'summary_generic_spct'
print(x, ...)

## S3 method for class '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.

Functions

  • print(summary_generic_mspct):

See Also

formatting

Examples

print(summary(sun.spct))

print(summary(sun_evening.mspct))


photobiology documentation built on April 4, 2025, 4:37 a.m.