Usage
plt(VIEW,f,file="",horizontal = FALSE)
plotTitStamp(rows, cols, tit, stampl, f=function(x) 0,
cex=1.5,reset=TRUE,outer=TRUE,oma=c(2,2,4,2),mar=c(4,4,2,1))
pltTSV(VIEW="see", rows, cols, tit, stampl, f=function(x) 0,
cex=1.5,reset=TRUE,outer=TRUE,oma=c(2,2,4,2),mar=c(4,4,2,1),file=stampl,horizontal=TRUE)
pltCharMat(m,tit)
Arguments
VIEW
"NA" or NA, nothing will be done.
"see", the plot will be created in the active plot window.
"eps", the plot will be saved to file ".eps"
"ps", the plot will be created in a postscript file ".ps".
"ps+p", like with "ps", the file wi
f
A function to plot the individual plot panels. It can also be
a statement sequence {...}
file
Name of file to write to.
horizontal
Landscape, if TRUE.
rows
Number of rows of panels.
cols
Number of columns of panels.
tit
Overall title for plot. A vector of one or two elements. If
an element is an expression
, plotmath
will be used stampl
Label for time stamp.
cex
Font size used for tit
.
reset
Should previous rows, cols
be restored after execution.
oma
Outer margin used in initial par(...).
mar
Lines of margin used in initial par(...).