R/P.template.R

"P.template" <-
function (filename="xxx.pdf") 
{
        if(length(filename)) {
                pdf(file=filename, height=3, width=5)
                par(mar=c(5,4,0,2) + .1, cex.axis=.7, cex.lab=.7)
        } 

        if(length(filename)) dev.off()
}

Try the TaoTeProgramming package in your browser

Any scripts or data that you put into this service are public.

TaoTeProgramming documentation built on May 1, 2019, 6:47 p.m.