planck.distribution.nu: Plank distribution as a function of frequency.

View source: R/planck.distribution.functions.R

planck.distribution.nuR Documentation

Plank distribution as a function of frequency.

Description

This is a function to plot the Plank distribution as a function of frequency.

Usage

planck.distribution.nu(nu.min, nu.max, Temp, plotQ = FALSE)

Arguments

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.

Details

This is a function to plot the Plank distribution as a function of frequency.

Value

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

Examples

#USE the function planck.distribution.nu below:
planck.distribution.nu(10e10, 6e14, 1500, plotQ = T)


npetraco/che302r documentation built on April 17, 2025, 10:34 p.m.