SpeedOfSound: Speed of sound

Description Usage Arguments Value Author(s) References Examples

View source: R/sonar.R

Description

Returns the speed of sound from wavelength and frequency

Usage

1
SpeedOfSound(lambda, f)

Arguments

lambda

numeric, wavelength (meters)

f

numeric, frequency (Hz)

Value

the speed of sound (m/s)

Author(s)

Jose Gama

References

Waite A. D., 2002 Sonar for Practising Engineers, 3rd Edition Chichester: Wiley. pp. 1.

Examples

1
SpeedOfSound( 5,  70)

sonar documentation built on May 1, 2019, 6:58 p.m.

Related to SpeedOfSound in sonar...