Nothing
Mean <-
function(F) {
# F: matrix n x 4 of trapezoidal fuzzy numbers
if (checkingTra(F)==1) {
Mean=t(as.matrix(apply(F,2,mean)))
return(Mean)
}
}
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.