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
R
19 lines
318 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/unit-converters.R
|
|
\name{as.degrees}
|
|
\alias{as.degrees}
|
|
\title{Convert from radians to degrees}
|
|
\usage{
|
|
as.degrees(radians)
|
|
}
|
|
\arguments{
|
|
\item{radians}{numeric}
|
|
}
|
|
\value{
|
|
degrees (numeric)
|
|
}
|
|
\description{
|
|
Convert from radians to degrees
|
|
}
|
|
|