| frequencySound | R Documentation | 
Calculates the frequency of a sound wave given the wavelength and speed of sound in that medium.
frequencySound(wl, s = soundSpeed(medium = "air"))
wl | 
 Wavelength  | 
s | 
 Speed of sound (defaults to the speed of sound in air)  | 
Frequency of the sound in Hertz
f <- frequencySound(wl=100, s=343)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.