Nothing
Ubeta2.fun <-
function(ord.delta,ord.z,ord.bz,Rt,r,ord.wt){
if(r > 0) a = ord.z*ord.wt*(ord.delta-(1/r)*log(1+r*Rt*exp(-ord.bz)))
b = apply(a,2,sum)
return(b)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.