View source: R/planck.distribution.functions.R
planck.distribution.nutilde | R Documentation |
This is a function to plot the Plank distribution as a function of wavenumber (m^-1).
planck.distribution.nutilde(nut.min, nut.max, Temp, plotQ = FALSE)
nut.min |
The smallest wavenumber to use. Use something at least little larger than 0. |
nut.max |
The largest wavenumber to use. |
Temp |
The temperature in Kelvin |
plotQ |
Whether or not to plot the distribution |
This is a function to plot the Plank distribution as a function of wavenumber. NOTE: The units of wavenumber for this function are m^-1 and NOT cm^-1.
A two column matrix. The first column is the nu-tilde-axis over which the Planck distribution was computed. The second column is the Planck distribution values
#USE the function planck.distribution.nutilde below:
planck.distribution.nutilde(10000,3000000,1500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.