The R Project SVN R

Rev

Rev 286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 286 Rev 316
Line 9... Line 9...
9
\item{x,y}{the coordinates of points in the plot.
9
\item{x,y}{the coordinates of points in the plot.
10
Alternatively, a single plotting structure can
10
Alternatively, a single plotting structure can
11
be provided.}
11
be provided.}
12
\item{xlim,ylim}{the ranges to be encompased by the x and y axes.}
12
\item{xlim,ylim}{the ranges to be encompased by the x and y axes.}
13
\item{type}{what type of plot should be drawn.
13
\item{type}{what type of plot should be drawn.
14
Possible types are
14
  Possible types are
-
 
15
  \itemize{
15
\code{"p"} for \bold{p}oints,
16
    \item\code{"p"} for \bold{p}oints,
16
\code{"l"} for \bold{l}ines,
17
    \item\code{"l"} for \bold{l}ines,
17
\code{"b"} for \bold{b}oth, \code{"o"} for both "\bold{o}verplotted",
18
    \item\code{"b"} for \bold{b}oth, \code{"o"} for both "\bold{o}verplotted",
18
\code{"h"} for "\bold{h}istogram" like vertical lines,
19
    \item\code{"h"} for "\bold{h}istogram" like vertical lines,
19
\code{"s"} for \bold{s}teps,
20
    \item\code{"s"} for \bold{s}teps,
20
\code{"S"} for other \bold{s}teps,
21
    \item\code{"S"} for other \bold{s}teps,
21
 and
22
    and
22
\code{"n"} for no plotting.}
23
    \item\code{"n"} for no plotting.
-
 
24
  }
-
 
25
}
23
\item{main}{an overall title for the plot.}
26
\item{main}{an overall title for the plot.}
24
\item{xlab}{a title for the x axis.}
27
\item{xlab}{a title for the x axis.}
25
\item{ylab}{a title for the y axis.}
28
\item{ylab}{a title for the y axis.}
26
\item{\dots}{graphical parameters can be given as arguments to \code{plot}.}
29
\item{\dots}{graphical parameters can be given as arguments to \code{plot}.}
27
}
30
}