Learn R Programming

dendrometry (version 0.0.2)

rad: Degrees to radians

Description

Converts angle values from degree to radian.

Usage

rad(degree)

Value

A vector of radian values.

Arguments

degree

A numeric vector of degree values to be converted.

See Also

deg, the reciprocal of rad.

Examples

Run this code
rad(180)

Run the code above in your browser using DataLab