powered by
Compute Sigma Values Based on Stability Class and Distance
compute_sigma_vals(stab_class, total_dist)
2-row matrix with sigma_y (row 1) and sigma_z (row 2) values
Character vector of stability classes ("A" to "F")
Numeric vector of distances in km (must match length of stab_class or be scalar)
out <- compute_sigma_vals("A", 0.7)
Run the code above in your browser using DataLab