sind: Computes the sine of an angle expressed in decimal degrees.

Description Usage Arguments Value Author(s) Examples

View source: R/sind.R

Description

Computes the sine of an angle expressed in decimal degrees.

Usage

1
sind(degrees)

Arguments

degrees

either a number or a numeric vector of angles in decimal degrees.

Value

number or numeric vector.

Author(s)

Luca Butikofer

Examples

1
2
sind(90)
plot(seq(0,360,1), sind(seq(0,360,1)),type='l')

Biolinv documentation built on March 30, 2021, 5:13 p.m.

Related to sind in Biolinv...