Description Usage Arguments Value Examples
Calculate the x and y coordinates for a tube based on its angle
1 | calculate_tube_coordinate(theta)
|
theta |
Numeric vector, the rotational angle(s) (theta) |
Data.frame with one row for each element of r
and columns
x: x-coordinate
y: y-coordinate
1 2 | theta <- calculate_tube_angle(32)
calculate_tube_coordinate(theta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.