Learn R Programming

RoundAndRound (version 0.0.1)

r2d: Radian to degree

Description

Radian to degree

Usage

r2d(x)

Arguments

x

Radian

Value

Degree

Examples

Run this code
# NOT RUN {
r = (1:100)/100 * 4 * pi
d = r2d(r)
rr = d2r(d)
plot(d, sin(rr));
abline(h=0 )
abline(v = 360)
# }

Run the code above in your browser using DataLab