print.summary_generic_spct {photobiology}R 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, ..., attr.simplify = TRUE)

## 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".

attr.simplify

logical If all members share the same attribute value return one copy instead of a data.frame, list or vector.

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

See Also

formatting

Examples

print(summary(sun.spct))

print(summary(sun_evening.mspct))


[Package photobiology version 0.13.1 Index]