pngpdf.nodate: A wrapper function for pngpdf().

Description Usage Arguments Value Examples

Description

This function generates both png and pdf files for a given plot function, but not adding the date in the output file name.

Usage

1
pngpdf.nodate(plot.func, ...)

Arguments

plot.func

Any plotting function.

...

Other parameters to pass on to pngpdf.

Value

the returned value from plot.func will be returned.

Examples

1
2
3
pngpdf.nodate(function(){
  plot(1:10,1:10,type="o",pch=19,col=3)
},"myplot")

SooLee/plotosaurus documentation built on May 9, 2019, 1:52 p.m.