ntm_score: ntm_score

Description Usage Arguments Details Value See Also Examples

View source: R/ntm_score.R

Description

calculates a tranquility score from four inputs

Usage

1
ntm_score(NAMM, PONS, Lrr, Lat)

Arguments

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

Details

each argument must be an integer

Value

a tranquility description as a string

See Also

as_tibble mutate,case_when

Examples

1
2
3
4
5
6
7
## Not run: 
if(interactive()){
 #EXAMPLE
 ntm_score(5, 97, 15, 48)
 }

## End(Not run)

drdcarpenter/ntm documentation built on June 28, 2020, 10:40 a.m.