powered by
Function called in wBT to convert numeric likelihood percentages to useful text.
wBT
wordLike(likeList)
list
character vector for [1] Upward trend in concentration, [2] Downward trend in concentration, [3] Upward trend in flux, [4] Downward trend in flux
# NOT RUN { likeList <- c(0.01, 0.5, 0.55, 0.99) Trends <- wordLike(likeList) # }
Run the code above in your browser using DataLab