calcbw <- function(sigmaWustar,zL){ phiW <- ifelse(zL<0, (1 - 3*zL)^(1/3), rep(1,length(zL)) ) return(sigmaWustar/phiW) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.