The R Project SVN R

Rev

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

Rev 25278 Rev 25323
Line 1... Line 1...
1
\name{grid.circle}
1
\name{grid.circle}
2
\alias{grid.circle}
2
\alias{grid.circle}
3
%- Also NEED an `\alias' for EACH other topic documented here.
-
 
4
\title{ Draw a Circle }
3
\title{ Draw a Circle }
5
\description{
4
\description{
6
  This function draws a circle.  
5
  This function draws a circle.  
7
}
6
}
8
\usage{
7
\usage{
9
grid.circle(x=0.5, y=0.5, r=0.5, default.units="npc",
8
grid.circle(x=0.5, y=0.5, r=0.5, default.units="npc",
10
            gp=gpar(), draw=TRUE, vp=NULL)
9
            gp=gpar(), draw=TRUE, vp=NULL)
11
}
10
}
12
%- maybe also `usage' for other objects documented here.
-
 
13
\arguments{
11
\arguments{
14
  \item{x}{A numeric vector or unit object specifying x-locations.}
12
  \item{x}{A numeric vector or unit object specifying x-locations.}
15
  \item{y}{A numeric vector or unit object specifying y-locations.}
13
  \item{y}{A numeric vector or unit object specifying y-locations.}
16
  \item{r}{A numeric vector or unit object specifying radii.}
14
  \item{r}{A numeric vector or unit object specifying radii.}
17
  \item{default.units}{A string indicating the default units to use
15
  \item{default.units}{A string indicating the default units to use
Line 40... Line 38...
40
\author{Paul Murrell}
38
\author{Paul Murrell}
41
\seealso{
39
\seealso{
42
  \link{Grid},
40
  \link{Grid},
43
  \code{\link{viewport}}
41
  \code{\link{viewport}}
44
}
42
}
45
 
-
 
46
\examples{
43
\keyword{dplot}
47
}
-
 
48
\keyword{ dplot }%-- one or more ...
-