powered by
This function plots an annotated electromagnetic spectrum. There are options to include annotations about the molecular effects and/or typical applications in technology.
emSpectrum(molecular = TRUE, applications = TRUE)
None. Side effect is a plot.
Logical. Add annotations about molecular effects?
Logical. Add annotations about applications?
Bryan A. Hanson, DePauw University. hanson@depauw.edu
Obviously not to scale, but hopefully aesthetically pleasing!
dev.new(width = 10.5, height = 3) emSpectrum() emSpectrum(molecular = FALSE, applications = FALSE) dev.off()
Run the code above in your browser using DataLab