rcpp_translate_torus | R Documentation |
Rcpp translate coordinates around torus.
rcpp_translate_torus(x, y, extent)
x , y |
Double with xy coordinates |
extent |
Vector with extent (xmin,xmax,ymin,ymax). |
Torus translation of coordinates if they exceed the provided extent. The translation is done until coordinates are within extent (i.e., could be translated several times if the difference is big).
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.