readDVI {patchDVI} | R Documentation |
Demo function to read a .dvi file
Description
This is an R function that reads a .dvi file (it was the prototype
for DVIspecials
). Modify it to see other parts
of a .dvi.
Usage
readDVI(f, show=c("bop", "special", "fntdef", "preamble"))
Arguments
f |
filename |
show |
which type of records to print |
Value
readDVI prints as it reads, it doesn't return anything useful.
[Package patchDVI version 1.11.0 Index]