The R Project SVN R

Rev

Rev 75106 | Rev 79058 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75106 Rev 77055
Line 1... Line 1...
1
% File src/library/grDevices/man/postscript.Rd
1
% File src/library/grDevices/man/postscript.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2018 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{postscript}
6
\name{postscript}
7
\alias{postscript}
7
\alias{postscript}
8
\alias{.ps.prolog}
8
\alias{.ps.prolog}
Line 20... Line 20...
20
           width, height, horizontal, pointsize,
20
           width, height, horizontal, pointsize,
21
           paper, pagecentre, print.it, command,
21
           paper, pagecentre, print.it, command,
22
           colormodel, useKerning, fillOddEven)
22
           colormodel, useKerning, fillOddEven)
23
}
23
}
24
\arguments{
24
\arguments{
25
  \item{file}{a character string giving the name of the file.  If it is
25
  \item{file}{a character string giving the file path.  If it is
26
    \code{""}, the output is piped to the command given by the argument
26
    \code{""}, the output is piped to the command given by the argument
27
    \code{command}.
27
    \code{command}.
28
    If it is of the form \code{"|cmd"}, the output is piped to the
28
    If it is of the form \code{"|cmd"}, the output is piped to the
29
    command given by \command{cmd}.
29
    command given by \command{cmd}.
30
 
30
 
Line 33... Line 33...
33
    should not otherwise contain a \code{\%}: if it is really necessary,
33
    should not otherwise contain a \code{\%}: if it is really necessary,
34
    use \code{\%\%} in the string for \code{\%} in the file name.
34
    use \code{\%\%} in the string for \code{\%} in the file name.
35
    A single integer format matching the \link{regular expression}
35
    A single integer format matching the \link{regular expression}
36
    \code{"\%[#0 +=-]*[0-9.]*[diouxX]"} is allowed.
36
    \code{"\%[#0 +=-]*[0-9.]*[diouxX]"} is allowed.
37
 
37
 
38
    Tilde expansion (see \code{\link{path.expand}}) is done.
38
    Tilde expansion (see \code{\link{path.expand}}) is done. An input with
-
 
39
    a marked encoding is converted to the native encoding or an error is
-
 
40
    given.
39
  }
41
  }
40
  \item{onefile}{logical: if true (the default) allow multiple figures
42
  \item{onefile}{logical: if true (the default) allow multiple figures
41
    in one file.  If false, generate a file name containing the page
43
    in one file.  If false, generate a file name containing the page
42
    number for each page and use an EPSF header and no
44
    number for each page and use an EPSF header and no
43
    \code{DocumentMedia} comment.  Defaults to \code{TRUE}.}
45
    \code{DocumentMedia} comment.  Defaults to \code{TRUE}.}