File: rad.Rd

package info (click to toggle)
r-cran-circular 0.4-93-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,492 kB
  • sloc: ansic: 463; fortran: 69; sh: 13; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 535 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
30
\name{rad}    
\title{Radians}
\alias{rad}

\description{
Converts degrees to radians. 
}

\usage{
rad(x)
}

\arguments{
\item{x}{vector or matrix of degree measurements.}
}

\value{
Returns a vector or matrix of radian measurements corresponding to the data in degrees.
}

\details{This function is available for compatibility with the CircStats
  package, please use \code{\link{conversion.circular}}.}

\author{Claudio Agostinelli and Ulric Lund}

\seealso{
\code{\link{conversion.circular}} and \code{\link{deg}}
}

\keyword{math}