plotBoth.control {dafs} | R Documentation |
Gives user control over font embedding and plot generation.
plotBoth.control(genPlots = .genPlots, embedF = .embedF, embedFoptions = .embedFoptions)
genPlots |
TRUE or FALSE depending on whether plotBoth should produce a plot |
embedF |
TRUE or FALSE depending on whether font embedding is desired |
embedFoptions |
A string containing all the font embedding options to be sent to Ghostscript |
A list containing the values of the variables genPlots, embedF, and embedFoptions
J Curran