Description Usage Arguments Value
View source: R/pts_planar_points.R
Pts for a planar points
1 2 3 4 5 6 7 8 9 10 11 12 | pts_planar_points(
pts1_ = c(0,0,1,1),
pts2_ = c(0,1,0,1),
c1_ = mean(pts1_),
c2_ = mean(pts2_),
l1_ = 1,
l2_ = 1,
p_ = 0,
var1_ = x,
var2_ = y,
varp_ = z
)
|
pts1_ |
[numeric], length any, pts values axis 1 |
pts2_ |
[numeric], length any, pts values on axis 2 |
c1_ |
[numeric], length 1, center of points along axis 1, default mean(pts_l1_) |
c2_ |
[numeric], length 1, center of points along axis 2, default mean(pts_l2_) |
l1_ |
[numeric], length 1, length along axis 1, default is 1 |
l2_ |
[numeric], length 1, length along axis 2, default is 1 |
p_ |
[numeric], length 1, value for planar axis, default is 0 |
var1_ |
[symbol], name of axis 1, default is x |
var2_ |
[symbol], name of axis 2, default is y |
varp_ |
[symbol], name of axis p, default is z |
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.