The R Project SVN R

Rev

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

Rev 70318 Rev 77055
Line 1... Line 1...
1
% File src/library/grDevices/man/xfig.Rd
1
% File src/library/grDevices/man/xfig.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-2016 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{xfig}
6
\name{xfig}
7
\alias{xfig}
7
\alias{xfig}
8
\title{XFig Graphics Device}
8
\title{XFig Graphics Device}
Line 21... Line 21...
21
     width = 0, height = 0, family = "Helvetica",
21
     width = 0, height = 0, family = "Helvetica",
22
     pointsize = 12, bg = "transparent", fg = "black",
22
     pointsize = 12, bg = "transparent", fg = "black",
23
     pagecentre = TRUE, defaultfont = FALSE, textspecial = FALSE)
23
     pagecentre = TRUE, defaultfont = FALSE, textspecial = FALSE)
24
}
24
}
25
\arguments{
25
\arguments{
26
  \item{file}{a character string giving the name of the file.   For use
26
  \item{file}{a character string giving the file path.   For use
27
    with \code{onefile = FALSE} give a C integer format such as
27
    with \code{onefile = FALSE} give a C integer format such as
28
    \code{"Rplot\%03d.fig"} (the default in that case).
28
    \code{"Rplot\%03d.fig"} (the default in that case).
29
    (See \code{\link{postscript}} for further details.)
29
    (See \code{\link{postscript}} for further details.)
30
  }
30
  }
31
  \item{onefile}{logical: if true allow multiple figures
31
  \item{onefile}{logical: if true allow multiple figures