Nothing
Phansalkar_threshold <-
function(allGreyValues){
m=mean(allGreyValues)
s=sd(allGreyValues)
q=10
p=2
k=0.25
R=0.5
t=m*(1+p*exp(-q*m)+k*((s/R)-1))
t
}
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.