Learn R Programming

geoSpectral (version 0.17.5)

show,SpcList-method: Show a SpcList object

Description

Display a SpcList object

Usage

# S4 method for SpcList
show(object)

Arguments

object

a SpcList object

Value

show returns an invisible NULL

Examples

Run this code
# NOT RUN {
x <- spc.example_spectra()
BL = spc.makeSpcList(x,"CAST")
show(BL)

# }

Run the code above in your browser using DataLab