Description Usage Arguments Value Author(s) Examples
Shift origin of the angles for visualization
1 | shift_origin(phase, origin)
|
phase |
A vector of angles (in radians). |
origin |
the new origin of the angles. |
A vector of angles shifted to the new origin.
Joyce Hsiao
1 2 3 4 5 6 7 | # make a vector of angles
theta <- seq(0,2*pi, length.out=100)
# shift the origin of theta to pi
theta_shifted <- shift_origin(theta, origin = pi)
plot(x=theta, y = theta_shifted)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.