dpress = function(Dep){
#Equation from Dukowicz (2001)
DepP = 0.059808*(exp(-0.025*Dep)-1) + 0.100766*Dep + 2.28405*10**(-7)*Dep**2
return(DepP)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.