StephBoltz: The Stephan Boltzman constant.

Description Usage Author(s) Examples

View source: R/StephBoltz.R

Description

The Stephan Boltzman constant. Units: W/m^2/K^4

Usage

1

Author(s)

Glenn J Tattersall

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## The function is currently defined as
function () 
{
    s <- 5.67e-08
    s
  }
  
# Example
# This is simply the Stephan Boltzmann constant, saves having to remember the exact value
# and it allows easier coding.  To call it, type:

StephBoltz()

gtatters/Thermimage documentation built on Sept. 28, 2021, 2:02 p.m.