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.

18 lines
317 B
R

% 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
}