print.metadata | R Documentation |
Print methods for objects of classes used to store different meta data properties in the classes for different types of spectra.
## S3 method for class 'instr_desc'
print(x, ...)
## S3 method for class 'instr_settings'
print(x, ...)
## S3 method for class 'filter_properties'
print(x, ...)
## S3 method for class 'solute_properties'
print(x, ...)
x |
An object of one of the summary classes for spectra. |
... |
not used in current version. |
These methods print an abbreviated representaion of objects used to store metadata in attributes. They are similar to records and formatted printing is useful both on its own and in the print methods for spectra and their summaries.
print(getInstrDesc(sun_evening.spct))
str(getInstrDesc(sun_evening.spct))
print(getInstrSettings(sun_evening.spct))
str(getInstrSettings(sun_evening.spct))
print(filter_properties(polyester.spct))
str(filter_properties(polyester.spct))
print(solute_properties(phenylalanine.spct))
str(solute_properties(phenylalanine.spct))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.