grid.dvi | R Documentation |
Render a DVI file in R graphics.
dviGrob(dvi, ...) ## S3 method for class 'character' dviGrob(dvi, x = 0.5, y = 0.5, default.units = "npc", just = "centre", rot = 0, device = names(dev.cur()), name = NULL, engine=latexEngine, initFonts=getOption("dvir.initFonts"), ...) ## S3 method for class 'DVI' dviGrob(dvi, x = 0.5, y = 0.5, default.units = "npc", just = "centre", rot = 0, device = names(dev.cur()), name = NULL, engine=latexEngine, initFonts=getOption("dvir.initFonts"), ...) grid.dvi(...)
dvi |
A |
x, y |
Numeric values or units specifying where to draw the output. |
default.units |
Units to use if |
just |
Justification of the output relative to the
|
rot |
Angle of rotation (degrees). |
device |
Character value describing the name of the device that the output is to be drawn on. |
name |
Character value giving name for the grob. |
engine |
The TeX engine that was used to generate the DVI file. |
initFonts |
Whether to reset the font cache; set to |
... |
Arguments specific to methods of |
A "DVIgrob"
object.
Paul Murrell
readDVI
, grid.latex
dvi <- readDVI(system.file("dvi", "test.dvi", package="dvir")) ## Not run: grid.dvi(dvi) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.