Nothing
Ugyrosegment <- function(A, B, s, n){
t(vapply(seq(0, 1, length.out = n), function(t){
UgyroABt(A, B, t, s)
}, numeric(length(A))))
}
Mgyrosegment <- function(A, B, s, n){
t(Mgyrosegment_cpp(A, B, s, n))
# t(vapply(seq(0, 1, length.out = n), function(t){
# MgyroABt(A, B, t, s)
# }, numeric(length(A))))
}
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.