powered by
Computes the cosine of an angle expressed in decimal degrees.
cosd(degrees)
either a number or a numeric vector of angles in decimal degrees.
number or numeric vector.
# NOT RUN { cosd(90) plot(seq(0,360,1), cosd(seq(0,360,1)), type='l') # }
Run the code above in your browser using DataLab