The R Project SVN R

Rev

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

Rev 74532 Rev 77055
Line 1... Line 1...
1
% File src/library/grDevices/man/pictex.Rd
1
% File src/library/grDevices/man/pictex.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-2010 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{pictex}
6
\name{pictex}
7
\alias{pictex}
7
\alias{pictex}
8
\title{A PicTeX Graphics Driver}
8
\title{A PicTeX Graphics Driver}
9
\usage{
9
\usage{
10
pictex(file = "Rplots.tex", width = 5, height = 4, debug = FALSE,
10
pictex(file = "Rplots.tex", width = 5, height = 4, debug = FALSE,
11
       bg = "white", fg = "black")
11
       bg = "white", fg = "black")
12
}
12
}
13
\arguments{
13
\arguments{
14
  \item{file}{the file where output will appear.}
14
  \item{file}{the file path where output will appear.
-
 
15
    Tilde expansion (see \code{\link{path.expand}}) is done. An input with
-
 
16
    a marked encoding is converted to the native encoding or an error is given.
-
 
17
  }
15
  \item{width}{The width of the plot in inches.}
18
  \item{width}{The width of the plot in inches.}
16
  \item{height}{the height of the plot in inches.}
19
  \item{height}{the height of the plot in inches.}
17
  \item{debug}{should debugging information be printed.}
20
  \item{debug}{should debugging information be printed.}
18
  \item{bg}{the background color for the plot.  Ignored.}
21
  \item{bg}{the background color for the plot.  Ignored.}
19
  \item{fg}{the foreground color for the plot.  Ignored.}
22
  \item{fg}{the foreground color for the plot.  Ignored.}