Description Usage Arguments Value Examples
on.torus
transforms d-dimensional angular data
to be on [0, 2π)^d.
1 | on.torus(x)
|
x |
d-dimensional angular data(vector or matrix) whose unit is the radian. |
d-dimensional radian-unit angular data on [0, 2π)^d.
1 2 3 | data <- SARS_CoV_2 * pi / 180
on.torus(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.