Get file name and recreate plot
on a postsctipt device. This program
makes an attempt to keep the same size
plot as viewed in the screen.
Usage
jpostscript(name, P = NULL)
Arguments
name
Postscript file name
P
vector to fix the size, c(width, height)
Value
Graphical Side Effect
Details
If P=c(10,12) is missing, program will
attempt to use current plotting region via par
to duplicated the size
of the postscript device. Must close this device with
dev.off() to finish.