Description Usage Arguments Value
View source: R/pts_matrix_indices.R
description placeholder
1 2 3 4 5 6 | pts_matrix_indices(
nx_ = 1, ny_ = 1, nz_ = 1,
ix_ = 1,
iy_ = 1,
iz_ = 1
)
|
nx_ |
[integer], length 1, positive, x dimension of matrix |
ny_ |
[integer], length 1, positive, y dimension of matrix |
nz_ |
[integer], length 1, positive, z dimension of matrix |
ix_ |
[integer], length >= 1, positive, index of x cell |
iy_ |
[integer], length >= 1, positive, index of y cell |
iz_ |
[integer], length >= 1, positive, index of z cell |
tibble with columns
x
x coordinate of scalar
y
y coordinate of scalar
z
z coordinate of scalar
face
is face front, back, top, bottom, left or right
tb
is the scalar on top, bottom or middle of face
rl
is the scalar 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.