print.metadata {photobiology} | R Documentation |
Print methods for metadata records
Description
Print methods for objects of classes used to store different meta data properties in the classes for different types of spectra.
Usage
## 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, ...)
Arguments
x |
An object of one of the summary classes for spectra. |
... |
not used in current version. |
Details
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.
Examples
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))
[Package photobiology version 0.13.1 Index]