on.torus | R Documentation |
on.torus
transforms d-dimensional angular data
to be on [0, 2π)^d.
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.
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.