# NOT RUN {
{
# load example data
data("playback_est")
#' # remove ambient selections
playback_est <- playback_est[playback_est$signal.type != "ambient", ]
# measure atmospheric attenuation formula 1
atmospheric_attenuation(f = 20000, temp = 20, RH = 90, p = 88000, formula = 1)
}
# }
Run the code above in your browser using DataLab