The R Project SVN R

Rev

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

Rev 59039 Rev 61965
Line 1... Line 1...
1
% File src/library/graphics/man/graphics-defunct.Rd
1
% File src/library/graphics/man/graphics-defunct.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
6
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
7
 
7
 
8
\name{graphics-defunct}
8
\name{graphics-defunct}
Line 14... Line 14...
14
\description{
14
\description{
15
  The functions or variables listed here are no longer part of \R as
15
  The functions or variables listed here are no longer part of \R as
16
  they are not needed (any more).
16
  they are not needed (any more).
17
}
17
}
18
\usage{
18
\usage{
19
% Removed in 1.3.0
19
# Defunct in 1.3.0
20
dotplot(\dots)
20
dotplot(\dots)
21
stripplot(\dots)
21
stripplot(\dots)
22
% </Removed 1.3.0>
-
 
-
 
22
 
23
% Removed in 1.6.0
23
# Defunct in 1.6.0
24
piechart(x, labels = names(x), edges = 200, radius = 0.8,
24
piechart(x, labels = names(x), edges = 200, radius = 0.8,
25
         density = NULL, angle = 45, col = NULL, main = NULL, \dots)
25
         density = NULL, angle = 45, col = NULL, main = NULL, \dots)
26
% </Removed 1.6.0>
-
 
27
}
26
}
28
\details{
27
\details{
29
  \code{dotplot} and \code{stripplot} have been renamed to
28
  \code{dotplot} and \code{stripplot} have been renamed to
30
  \code{\link{dotchart}} and \code{\link{stripchart}},
29
  \code{\link{dotchart}} and \code{\link{stripchart}},
31
  respectively.  The names are now used in \CRANpkg{lattice}.
30
  respectively.  The names are now used in \CRANpkg{lattice}.
32
 
31
 
33
  \code{piechart} is the old name for \code{pie}, but clashed with usage
32
  \code{piechart} was the old name for \code{pie}, but clashed with usage
34
  in Trellis.
33
  in Trellis (not implemented in \CRANpkg{lattice}).
35
}
34
}
36
\seealso{
35
\seealso{
37
  \code{\link{Defunct}}
36
  \code{\link{Defunct}}
38
}
37
}
39
\keyword{internal}
38
\keyword{internal}