further arguments passed to the respective default method.
Author
Zacharias Steinmetz, Win Cowger
Details
head() shows the first few lines of an OpenSpecy object.
print() prints the contents of an OpenSpecy object.
summary() produces a result summary of an OpenSpecy object.
plot() produces a matplot() of an OpenSpecy
object; lines() adds new spectra to it.
data("raman_hdpe")
# Printing the OpenSpecy objectprint(raman_hdpe)
# Displaying the first few lines of the OpenSpecy objecthead(raman_hdpe)
# Plotting the spectraplot(raman_hdpe)