Learn R Programming

photobiology (version 0.9.6)

summary: Summary of a spectral object

Description

Methods of generic function summary for objects of spectral classes.

Usage

## S3 method for class 'generic_spct':
summary(object, maxsum = 7, digits = max(3,
  getOption("digits") - 3), ...)

Arguments

object
An object of one of the spectral classes for which a summary is desired
maxsum
integer Indicates how many levels should be shown for factors.
digits
integer Used for number formatting with format().
...
additional arguments affecting the summary produced, ignored in current version

Value

  • A summary object matching the class of object.

Examples

Run this code
summary(sun.spct)

Run the code above in your browser using DataLab