Nothing
cum_median <- function
### Efficient log-linear cumulative median.
(data.vec,
### Numeric vector of data.
weight.vec=rep(1, length(data.vec))
### Numeric vector of weights.
){
cum_median_interface(data.vec, weight.vec)
}
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.