View source: R/planck.distribution.functions.R
planck.distribution.nu | R Documentation |
This is a function to plot the Plank distribution as a function of frequency.
planck.distribution.nu(nu.min, nu.max, Temp, plotQ = FALSE)
Temp |
The temperature in Kelvin |
plotQ |
Whether or not to plot the distribution |
nut.min |
The smallest frequency to use. Use something at least little larger than 0. |
nut.max |
The largest frequency to use. |
This is a function to plot the Plank distribution as a function of frequency.
A two column matrix. The first column is the nu-axis over which the Planck distribution was computed. The second column is the Planck distribution values
#USE the function planck.distribution.nu below:
planck.distribution.nu(10e10, 6e14, 1500, plotQ = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.