Description Usage Arguments Details Value See Also Examples
calculates a tranquility score from four inputs
1 | ntm_score(NAMM, PONS, Lrr, Lat)
|
NAMM |
a NAMM score between 1-5 |
PONS |
a PONS score, the percentage of natural sound |
Lrr |
a road and rail score in decibels, 15-90 dB |
Lat |
a corrected overall level, in decibels, 15-90dB |
each argument must be an integer
a tranquility description as a string
1 2 3 4 5 6 7 | ## Not run:
if(interactive()){
#EXAMPLE
ntm_score(5, 97, 15, 48)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.