Learn R Programming

photobiology (version 0.11.3)

print.metadata: 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 instr_desc
print(x, ...)

# S3 method for instr_settings print(x, ...)

# S3 method for filter_properties print(x, ...)

# S3 method for 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

Run this code

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))

Run the code above in your browser using DataLab