Last chance! 50% off unlimited learning
Sale ends in
rgl.abclines(x, y = NULL, z = NULL, a, b = NULL, c = NULL, ...)
abclines3d(x, y = NULL, z = NULL, a, b = NULL, c = NULL, ...)
Any reasonable way of defining the
coordinates x, y, z
and a, b, c
is acceptable.
See the function xyz.coords
for details.
planes3d
, rgl.planes
for mathematical planes.segments3d
draws sections of lines that
do not adapt to the bounding box.
plot3d(rnorm(100), rnorm(100), rnorm(100))
abclines3d(0, 0, 0, a = diag(3), col = "gray")
Run the code above in your browser using DataLab