File: drawSectorAnnulus.Rd

package info (click to toggle)
r-cran-plotrix 3.2-6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,136 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{drawSectorAnnulus}
\alias{drawSectorAnnulus}
\title{Display a radial pie sector}
\description{
 Displays a radial pie sector with optional annuli.
}
\usage{
 drawSectorAnnulus(angle1,angle2,radius1,radius2,col,angleinc=0.03)
}
\arguments{
 \item{angle1,angle2}{Start and end angle for the sector.}
 \item{radius1,radius2}{Start and end of the radial extent of the annulus.}
 \item{col}{Color of the sector.}
 \item{angleinc}{The angular increment to use in drawing the arcs.}
}
\value{nil}
\details{
 \samp{drawSectorAnnulus} displays a single radial pie sector. It is probably
 only useful when called from \link{radial.pie}.
}
\author{Jim Lemon}
\seealso{\link{radial.pie}}
\keyword{misc}