Description Usage Arguments Value
View source: R/pts_planar_ellipse.R
Pts for a planar ellipse
1 2 3 4 5 6 7 8 9 10 11 | pts_planar_ellipse(
c1 = 0,
c2 = 0,
p = 0,
c1_var = x,
c2_var = y,
p_var = z,
a = 1,
b = 1,
n = 50
)
|
c1 |
[numeric], center on axis 1 |
c2 |
[numeric], center on axis 2 |
p |
[numeric], value for planar axis |
c1_var |
[symbol], name of axis 1 |
c2_var |
[symbol], name of axis 2 |
p_var |
[symbol], name of axis p |
a |
[symbol], expansion in axis 1 |
b |
[symbol], expansion in axis 2 |
n |
[symbol], number of points to approximate |
tibble with columns
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.