Nothing
## File Name: quantile0.R
## File Version: 0.09
quantile0 <- function(x, probs=seq(0, 1, 0.25), na.rm=TRUE)
{
sd1 <- stats0( x=x, FUN=stats::quantile, probs=probs, na.rm=na.rm )
return(sd1)
}
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.