show.latexConsole {microplot} | R Documentation |
Revisions of Hmisc latex and dvi functions that display the generated
latex file on screen and divert the console log to a file. New
functions that display Operating System files
("psFilename"
, "msWordFilename"
, or "htmlFilename"
) on screen.
## S3 method for class 'latexConsole'
dvi(object, prlog=FALSE, nomargins=TRUE, width=5.5, height=7, ...,
ConsoleToFile=TRUE)
## S3 method for class 'latexConsole'
show(object)
## S3 method for class 'dvilC'
show(object, width = 5.5, height = 7,
ConsoleToFile=TRUE)
## S3 method for class 'OSfilename'
print(x, wait=FALSE, ...)
## S3 method for class 'OSfilename'
show(x, wait=FALSE, ...)
object |
For |
x
ConsoleToFile |
Logical. |
prlog , nomargins , width , height |
See |
x |
The generic functions for |
wait |
Logical, defaults to |
... |
ignored |
Extensions to 'Hmisc' functions dvi.latex
, show.latex
, show.dvi
.
For dvi.latexConsole
, a c('dvilC', 'dvi')
object.
For show.latexConsole
and show.dvilC
, when viewer="dvips"
a
c("psFilename", "OSfilename")
object,
otherwise NULL
.
For print.OSfilename
, the input argument is returned invisibly.
For show.OSfilename
, NULL
.
Richard M. Heiberger <rmh@temple.edu>