max_abs_xyz | R Documentation |
max_abs_xyz
extracts max values for plot limits.
max_abs_xyz(.tbl)
dist_euclidean(.tbl, point = c(x = 0, y = 0, z = 0))
transform_rotate(.tbl, theta, axis = c("z", "x", "y"))
.tbl |
data.frame with (x, y, z) columns |
point |
named vector or tibble |
theta |
radian angle |
axis |
a string |
dist_euclidean
calculates distance from a specified cell.
rotate
modifies coordinates centering on a specified axis.
max_abs_xyz(data.frame(x = 2, y = -3, z = 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.