The R Project SVN R

Rev

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

Rev 68948 Rev 74526
Line 1... Line 1...
1
% File src/library/graphics/man/matplot.Rd
1
% File src/library/graphics/man/matplot.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-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{matplot}
6
\name{matplot}
7
\alias{matplot}
7
\alias{matplot}
8
\alias{matpoints}
8
\alias{matpoints}
Line 11... Line 11...
11
\usage{
11
\usage{
12
matplot(x, y, type = "p", lty = 1:5, lwd = 1, lend = par("lend"),
12
matplot(x, y, type = "p", lty = 1:5, lwd = 1, lend = par("lend"),
13
        pch = NULL,
13
        pch = NULL,
14
        col = 1:6, cex = NULL, bg = NA,
14
        col = 1:6, cex = NULL, bg = NA,
15
        xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL,
15
        xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL,
16
        \dots, add = FALSE, verbose = getOption("verbose"))
16
        log = "", \dots, add = FALSE, verbose = getOption("verbose"))
17
 
17
 
18
matpoints(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL,
18
matpoints(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL,
19
          col = 1:6, \dots)
19
          col = 1:6, \dots)
20
 
20
 
21
matlines (x, y, type = "l", lty = 1:5, lwd = 1, pch = NULL,
21
matlines (x, y, type = "l", lty = 1:5, lwd = 1, pch = NULL,
Line 57... Line 57...
57
    symbols given by \code{pch = 21:25} as in \code{\link{points}}.  The
57
    symbols given by \code{pch = 21:25} as in \code{\link{points}}.  The
58
    default \code{NA} corresponds to the one of the underlying function
58
    default \code{NA} corresponds to the one of the underlying function
59
    \code{\link{plot.xy}}.}
59
    \code{\link{plot.xy}}.}
60
  \item{xlab, ylab}{titles for x and y axes, as in \code{\link{plot}}.}
60
  \item{xlab, ylab}{titles for x and y axes, as in \code{\link{plot}}.}
61
  \item{xlim, ylim}{ranges of x and y axes, as in \code{\link{plot}}.}
61
  \item{xlim, ylim}{ranges of x and y axes, as in \code{\link{plot}}.}
62
  \item{\dots}{Graphical parameters (see \code{\link{par}}) and any further
62
  \item{log, \dots}{Graphical parameters (see \code{\link{par}}) and any further
63
    arguments of \code{plot}, typically \code{\link{plot.default}}, may also be
63
    arguments of \code{plot}, typically \code{\link{plot.default}}, may also be
64
    supplied as arguments to this function.  Hence, the high-level
64
    supplied as arguments to this function; even \code{panel.first} etc
-
 
65
    now work.  Hence, the high-level
65
    graphics control arguments described under \code{\link{par}} and the
66
    graphics control arguments described under \code{\link{par}} and the
66
    arguments to \code{\link{title}} may be supplied to this function.}
67
    arguments to \code{\link{title}} may be supplied to this function.}
67
  \item{add}{logical.  If \code{TRUE}, plots are added to current one,
68
  \item{add}{logical.  If \code{TRUE}, plots are added to current one,
68
    using \code{\link{points}} and \code{\link{lines}}.}
69
    using \code{\link{points}} and \code{\link{lines}}.}
69
  \item{verbose}{logical.  If \code{TRUE}, write one line of what is
70
  \item{verbose}{logical.  If \code{TRUE}, write one line of what is