Usage
writeASY(scene = scene3d(), title = "scene", outtype = c("pdf", "eps", "asy", "latex", "pdflatex"), prc = TRUE, runAsy = "asy %filename%", defaultFontsize = 12, width = 7, height = 7, ppi = 100, ids = NULL)
Arguments
outtype
What type of file to write? See Details.
prc
Whether to produce an interactive PRC scene.
title
The base of the filename to produce.
runAsy
Code to run the Asymptote program.
defaultFontsize
The default fontsize for text.
width, height
Width and height of the output image, in inches.
ppi
Pixels per inch to assume when converting
line widths and point sizes (which rgl measures in
pixels).
ids
If not NULL
, write out just these
rgl objects.