Description Usage Arguments Value
View source: R/pts_planar_circle.R
Pts for planar circle
1 2 3 4 5 6 7 8 9 10 | pts_planar_circle(
c1 = 0,
c2 = 0,
p = 0,
r = 1,
c1_var = x,
c2_var = y,
p_var = z,
n = 50
)
|
c1 |
[numeric], length 1, axis 1 coordinate for circle center |
c2 |
[numeric], length 1, axis 2 coordinate for circle center |
p |
[numeric], length 1, third axis value for circle |
r |
[numeric], length 1, radius of circle |
c1_var |
[symbol], length 1, axis 1 variable for tibble |
c2_var |
[symbol], length 1, axis 2 variable for tibble |
p_var |
[symbol], length 1, planar axis variable for tibble |
n |
[numeric], length 1, points to use to approximate cirlce |
tibble default
x
x coordinate of point
y
y coordinate of point
z
z coordinate of point
face
is face front, back, top, bottom, left or right
tb
is the point on top, bottom or middle of face
rl
is the point on left, right or middle of face
point_order
points draw order
face_order
face draw order for default faces
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.