Rev 58549 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/graphics/man/graphics-defunct.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}\name{graphics-defunct}\alias{graphics-defunct}\alias{dotplot}\alias{stripplot}\alias{piechart}\title{Defunct Functions in Package \pkg{graphics}}\description{The functions or variables listed here are no longer part of \R asthey are not needed (any more).}\usage{% Removed in 1.3.0dotplot(\dots)stripplot(\dots)% </Removed 1.3.0>% Removed in 1.6.0piechart(x, labels = names(x), edges = 200, radius = 0.8,density = NULL, angle = 45, col = NULL, main = NULL, \dots)% </Removed 1.6.0>}\details{\code{dotplot} and \code{stripplot} have been renamed to\code{\link{dotchart}} and \code{\link{stripchart}},respectively. The names are now used in \CRANpkg{lattice}.\code{piechart} is the old name for \code{pie}, but clashed with usagein Trellis.}\seealso{\code{\link{Defunct}}}\keyword{internal}