rad2degr: Convert radian to degree

View source: R/lin-algebra.R

rad2degrR Documentation

Convert radian to degree

Description

Converts radians to degrees.

Usage

rad2degr(rad, d = Inf)

Arguments

rad

Numeric vector of values in radian. Values must frange from 0 to 2*pi.

d

Number of digits to which the output values are rounded.

Value

Numeric vector of the same length.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.