StephBoltz | R Documentation |
The Stephan Boltzman constant. Units: W/m^2/K^4
StephBoltz()
Glenn J Tattersall
## 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.