Subversion Repositories bdplot

Rev

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

Rev 35 Rev 37
Line 26... Line 26...
26
  performed. See also xaxt.in, yaxt.in.
26
  performed. See also xaxt.in, yaxt.in.
27
  \item{xaxt.in, yaxt.in} If \code{xaxt} or \code{yaxt} are assigned a
27
  \item{xaxt.in, yaxt.in} If \code{xaxt} or \code{yaxt} are assigned a
28
  function, and this function must have something else than \code{x} or
28
  function, and this function must have something else than \code{x} or
29
  \code{y} respectively as input, the inputs should be assigned to
29
  \code{y} respectively as input, the inputs should be assigned to
30
  theses options.
30
  theses options.
31
  \item{xlab}{}
31
  \item{xlab, ylab}{See ?par. If set to NA, no label will be shown, and margin
-
 
32
  will be reduced (set to corresponding bdp()$mar.nolab). NULL will
-
 
33
  result in default labels like x, y, and Index. It is not possible to
-
 
34
  get the automatically generated defaul R strings. To get no label but
32
  \item{ylab}{}
35
  margin as mar.lab use "". }
33
  \item{xlim}{}
36
  \item{xlim, ylim}{}
34
  \item{ylim}{}
37
  \item{ylim}{}
35
  \item{col}{}
38
  \item{col}{}
36
  \item{type}{}
39
  \item{type}{}
37
  \item{\dots}{Arguments passed to the relevant plotting function.}
40
  \item{\dots}{Arguments passed to the relevant plotting function.}
38
}
41
}
Line 47... Line 50...
47
\author{Peder Bacher, Philip Delff}
50
\author{Peder Bacher, Philip Delff}
48
%\note{
51
%\note{
49
%}
52
%}
50
\seealso{bdgraphics, bdp, bdopen, bd.devoff}
53
\seealso{bdgraphics, bdp, bdopen, bd.devoff}
51
\examples{
54
\examples{
52
bdp(file="test.ps")
55
# bdp(file="test.ps")
53
bdopen()
56
bdopen()
54
bdplot(1:10,rnorm(10))
57
bdplot(1:10,rnorm(10))
55
bdxyadd(1:10,rnorm(10),col=2)
58
bdxyadd(1:10,rnorm(10),col=2)
56
bd.devoff()
59
bd.devoff()
57
  }
60
  }
58
 
61
 
59
% Add one or more standard keywords, see file 'KEYWORDS' in the
62
% Add one or more standard keywords, see file 'KEYWORDS' in the
60
% R documentation directory.
63
% R documentation directory.
61
\keyword{iplot}
64
\keyword{hplot}
62
 
65
 
63
 
66