Calculates the distance of an object based on the round trip time of an echolocation pulse
Usage
radarRange(t, c = soundSpeed(medium = "air"))
Examples
radarRange(2)
#> [1] 343
radarRange(2, c=343)
#> [1] 343
radarRange(2, c=soundSpeed(medium = "sea water"))
#> [1] 1500