You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
8 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/unit-converters.R
|
||
|
\name{as.radians}
|
||
|
\alias{as.radians}
|
||
|
\title{Convert from degrees to radians}
|
||
|
\usage{
|
||
|
as.radians(degrees)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{degrees}{numeric}
|
||
|
}
|
||
|
\value{
|
||
|
radians (numeric)
|
||
|
}
|
||
|
\description{
|
||
|
Convert from degrees to radians
|
||
|
}
|
||
|
|