nbc4vaGUI {nbc4va} | R Documentation |
Web-based graphical user interface in nbc4va
Description
A Graphical User Interface (GUI) for the nbc4va package using shiny.
Usage
nbc4vaGUI()
Details
This function requires the shiny package, which can be installed via:
install.packages("shiny")
Use esc in the R console to stop the GUI.
Please use a modern browser (e.g. latest firefox, chrome) for the best experience.
Value
Creates a GUI for running nbc4va in a web browser.
See Also
Other utility functions:
nbc4vaIO()
Examples
## Not run:
library(nbc4va)
nbc4vaGUI()
## End(Not run)
[Package nbc4va version 1.2 Index]