Learn R Programming

Thermimage (version 4.0.1)

StephBoltz: The Stephan Boltzman constant.

Description

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

Usage

StephBoltz()

Arguments

Examples

Run this code
# NOT RUN {
## 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()

# }

Run the code above in your browser using DataLab