File: ticks.circular.Rd

package info (click to toggle)
r-cran-circular 0.5-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: ansic: 464; fortran: 69; sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{ticks.circular}
\alias{ticks.circular}
\title{Draw Tick-Marks in a Circular Plot}
\description{
Draw tick-marks in a circular plot.
}
\usage{
ticks.circular(x, template = c("none", "geographics"), zero = NULL, 
  rotation = NULL, tcl = 0.025, col = NULL, \dots)
}

\arguments{

  \item{x}{the points at which tick-marks are to be drawn.}
\item{template}{either \code{none} or \code{geographics}.}
\item{zero}{the zero of the plot (in radians).}
\item{rotation}{the rotation of the plot.}
\item{col}{color for the tick marks. If \code{NULL}, function uses `par("col.axis")'. }
\item{tcl}{The length of tick marks.}
\item{\dots}{parameters passed to \code{line.default}.}
}

\author{Claudio Agostinelli}

\seealso{
  \code{\link{plot.circular}} and \code{\link{axis.circular}}.
}

\keyword{hplot}