Displaying 1 result from an estimated 1 matches for "temp_check".
Did you mean:
item_check
2000 Jun 16
1
postscript device on R-1.1.0
...- if (!is.null(cmd <- getOption("printcmd")))
cmd
else ""
.Internal(PS(file, old$paper, old$family, old$bg, old$fg,
old$width, old$height, old$horizontal, old$pointsize,
old$onefile, old$pagecentre, old$print.it, old$command))
}
> temp_check.options(new=list(onefile=T), name.opt =
".PostScript.Options", reset=F, assign.opt=F)
> names(temp)
[1] "paper" "horizontal" "width" "height" "family"
[6] "pointsize" "bg" "fg"...