emSpectrum | R Documentation |
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)
molecular |
Logical. Add annotations about molecular effects? |
applications |
Logical. Add annotations about applications? |
None. Side effect is a plot.
The diagram is wider than a standard R
graphics device.
You should send it to a pdf
or similar device
with the width set to 11" or so.
Obviously not to scale, but hopefully aesthetically pleasing!
Bryan A. Hanson, DePauw University. hanson@depauw.edu
dev.new(width = 10.5, height = 3)
emSpectrum()
emSpectrum(molecular = FALSE, applications = FALSE)
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.