d2r {RoundAndRound} | R Documentation |
Degree to Radian
Description
Degree to Radian
Usage
d2r(x)
Arguments
x |
Degree |
Value
Radian
Examples
r = (1:100)/100 * 4 * pi
d = r2d(r)
rr = d2r(d)
plot(d, sin(rr));
abline(h=0 )
abline(v = 360)
[Package RoundAndRound version 0.0.1 Index]