View source: R/spct.summaries.r
print.summary_generic_spct | 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)
:
formatting
print(summary(sun.spct))
print(summary(sun_evening.mspct))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.