StephBoltz: The Stephan Boltzman constant.

View source: R/StephBoltz.R

StephBoltzR Documentation

The Stephan Boltzman constant.

Description

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

Usage

StephBoltz()

Author(s)

Glenn J Tattersall

Examples


## 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 June 12, 2025, 10:58 p.m.