Line 11... |
Line 11... |
11 |
}
|
11 |
}
|
12 |
%- maybe also 'usage' for other objects documented here.
|
12 |
%- maybe also 'usage' for other objects documented here.
|
13 |
\arguments{
|
13 |
\arguments{
|
14 |
\item{debug}{If TRUE, verbose output is given. Particullarly useful to
|
14 |
\item{debug}{If TRUE, verbose output is given. Particullarly useful to
|
15 |
check what method is being called.}
|
15 |
check what method is being called.}
|
- |
|
16 |
\item{grid} If set to TRUE, a grid will be drawn _before_ the contents
|
- |
|
17 |
are added to the plot. This cannot be passed as an argument to
|
- |
|
18 |
plotting commands.
|
16 |
\item{method}{The plot method to call. It should only be used when it
|
19 |
\item{method}{The plot method to call. It should only be used when it
|
17 |
cannot automatically be determined from the class of the input,
|
20 |
cannot automatically be determined from the class of the input,
|
18 |
e.g. when a numeric vector should be plotted as a
|
21 |
e.g. when a numeric vector should be plotted as a
|
19 |
barplot. Currently, "barplot" is the only available
|
22 |
barplot. Currently, "barplot" is the only available
|
20 |
method. Others will be guessed automatically.}
|
23 |
method. Others will be guessed automatically.}
|