View source: R/planck.distribution.functions.R
planck.distribution.lambda | R Documentation |
This is a function to plot the Plank distribution as a function of wavelength.
planck.distribution.lambda(lam.min, lam.max, Temp, plotQ = FALSE)
lam.min |
The smallest wavelength to use. Use something at least little larger than 0. |
lam.max |
The largest wavelength 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 wavelength.
A two column matrix. The first column is the lambda-axis over which the Planck distribution was computed. The second column is the Planck distribution values
#Now USE the function planck.distribution.lambda below:
planck.distribution.lambda(10e-9,10000e-9,1500)
planck.distribution.lambda(10e-9,12000e-9,1500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.