Subversion Repositories bdplot

Rev

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

Rev 37 Rev 38
Line 31... Line 31...
31
  \item{xlab, ylab}{See ?par. If set to NA, no label will be shown, and margin
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
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
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
34
  get the automatically generated defaul R strings. To get no label but
35
  margin as mar.lab use "". }
35
  margin as mar.lab use "". }
36
  \item{xlim, ylim}{}
36
  \item{col, type, xlim, ylim}{See ?par.}
37
  \item{ylim}{}
-
 
38
  \item{col}{}
-
 
39
  \item{type}{}
-
 
40
  \item{\dots}{Arguments passed to the relevant plotting function.}
37
  \item{\dots}{Arguments passed to the relevant plotting function.}
41
}
38
}
42
\details{
39
\details{
43
 bdplot is a plotting wrapper which calls relevant methods depending on
40
 bdplot is a plotting wrapper which calls relevant methods depending on
44
  the input. 
41
  the input. 
Line 53... Line 50...
53
\seealso{bdgraphics, bdp, bdopen, bd.devoff}
50
\seealso{bdgraphics, bdp, bdopen, bd.devoff}
54
\examples{
51
\examples{
55
# bdp(file="test.ps")
52
# bdp(file="test.ps")
56
bdopen()
53
bdopen()
57
bdplot(1:10,rnorm(10))
54
bdplot(1:10,rnorm(10))
58
bdxyadd(1:10,rnorm(10),col=2)
55
bdpoints(1:10,rnorm(10),col=2)
59
bd.devoff()
56
bd.devoff()
60
  }
57
  }
61
 
58
 
62
% Add one or more standard keywords, see file 'KEYWORDS' in the
59
% Add one or more standard keywords, see file 'KEYWORDS' in the
63
% R documentation directory.
60
% R documentation directory.