Calculate tranquility scores for sites in a dataframe

ntm(x)

Arguments

x

a dataframe containing NAMM, PONS, Lrr and Lat columns

Value

a tibble with probabilities for each tranquility score, a tranquility score and a tranquility description

Details

Your dataframe must contain columns with the attributes NAMM, PONS, Lrr and Lat

See also

Examples

if (FALSE) { if(interactive()){ #EXAMPLE df <- data(ntm) ntm(df) } }