x3p_snapshot {x3ptools} | R Documentation |
Take a snapshot of the active rgl device and save in a file
Description
Make a snapshot of the current rgl device and save it to file. Options for file formats are png, svg, and stl (for 3d printing).
Usage
x3p_snapshot(file)
Arguments
file |
file name for saving. The file extension determines the type of output. Possible extensions are png, stl (suitable for 3d printing), or svg. |
[Package x3ptools version 0.0.4 Index]