The R Project SVN R

Rev

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

Rev 30912 Rev 30915
Line 2... Line 2...
2
\alias{matplot}
2
\alias{matplot}
3
\alias{matpoints}
3
\alias{matpoints}
4
\alias{matlines}
4
\alias{matlines}
5
\title{Plot Columns of Matrices}
5
\title{Plot Columns of Matrices}
6
\usage{
6
\usage{
7
matplot(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL, col = 1:6,
7
matplot(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL,
-
 
8
        col = 1:6, cex = NULL,
8
        cex = NULL, xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL,
9
        xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL,
9
        \dots, add = FALSE, verbose = getOption("verbose"))
10
        \dots, add = FALSE, verbose = getOption("verbose"))
10
 
11
 
11
matpoints(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL,
12
matpoints(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL,
12
          col = 1:6, \dots)
13
          col = 1:6, \dots)
13
 
14