Nothing
`cel_to_vel` <- function(x){
x <- unclass(x)
sweep(x,1,sqrt(1+rowSums(x^2)/sol()^2),"/")
}
`vel_to_cel` <- function(x){
out <- as.4vel(x)
as.3cel(unclass(out)[,-1])
}
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.