print.summary_generic_spct {photobiology} | R Documentation |
A function to nicely print objects of classes "summary...spct".
## S3 method for class 'summary_generic_spct'
print(x, ...)
## S3 method for class 'summary_generic_mspct'
print(x, width = NULL, ..., n = NULL)
x |
An object of one of the summary classes for spectra |
... |
named arguments passed to the |
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. |
print(summary_generic_mspct)
:
print(summary(sun.spct))
print(summary(sun_evening.mspct))