wordLike: wordLike

Description Usage Arguments Value Examples

Description

Function called in wBT to convert numeric likelihood percentages to useful text.

Usage

1
wordLike(likeList)

Arguments

likeList

list

Value

character vector for [1] Upward trend in concentration, [2] Downward trend in concentration, [3] Upward trend in flux, [4] Downward trend in flux

Examples

1
2
likeList <- c(0.01, 0.5, 0.55, 0.99)
Trends <- wordLike(likeList)

fawda123/EGRETci documentation built on May 16, 2019, 10:57 a.m.