NBShiny {NBShiny} | R Documentation |
NBShiny() loads interactive user interface built using R 'shiny'.
NBShiny()
Start NBShiny
The interactive user interface is to provide an easy way for naive bayesian classification analysis and downloading relevant plot.
Nothing
if(interactive()){
library(rmarkdown)
NBShiny()
}