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