runGUI {shotGroups} | R Documentation |
Open web-based GUI in browser
Description
Opens one of four web-based GUIs for shotGroups
functionality in an external browser.
Usage
runGUI(app=c("analyze", "hitprob", "range", "angular"), ...)
Arguments
app |
character string. One of |
... |
arguments passed to |
Details
Requires installing package shiny
first. This function calls runApp
to run the included shotGroupsApp application.
See Also
Examples
## Not run:
runGUI(app="analzye")
## End(Not run)
[Package shotGroups version 0.8.2 Index]