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 "analyze" - shot group analysis based on data with (x,y)-coordinates of shots, "hitprob" - calculate hit probability within a region, "range" - use measured range statistics to estimate Rayleigh sigma parameter or get required number of groups to achieve a desired CI width, "angular" - angular size conversions
|
... |
arguments passed to runApp . Supply port=80 if a web browser refuses to connect to the randomly chosen port for security reasons. Requires installing packageshiny first.
|
Details
Requires installing package shiny
first. This function calls runApp
to run the included shotGroupsApp application.
See Also
runApp
Examples
## Not run:
runGUI(app="analzye")
## End(Not run)
[Package
shotGroups version 0.8.2
Index]