Skip to content
Prev 311317 / 398513 Next

scatterplot3d and box3d

<xgao <at> genome.wustl.edu> writes:
This is not going to be possible in the narrow sense: box3d is
from the rgl package, which uses a completely different graphics
device/protocol.  You can combine plot3d with box3d (or rgl.bbox)

By the way, seq(7:12) probably doesn't do what you think it does!