Description Usage Author(s) Examples
The Stephan Boltzman constant. Units: W/m^2/K^4
| 1 | 
Glenn J Tattersall
| 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()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.