Skip to content
Prev 142197 / 398498 Next

vector in filename

On Thu, Apr 17, 2008 at 8:05 PM, [Ricardo Rodriguez] Your XEN ICT Team
<webmaster at xen.net> wrote:
Have you looked at ?png :

filename: the name of the output file. The page number is substituted
          if a C integer format is included in the character string, as
          in the default.  (The result must be less than 'PATH_MAX'
          characters long, and may be truncated if not. See
          'postscript' for further details.)  Tilde expansion is
          performed where supported by the platform.

so the default filename ("Rplot%03d.jpeg") already does what you want.

Hadley