gui {zooimage} | R Documentation |
The ZooImage GUI (Graphical User Interface)
Description
These function display menus and dialog boxes to access ZooImages function without programming. Most of them are not intended to be called directly.
Usage
ZIDlg()
aboutZI(graphical = FALSE)
exitZI()
closeAssistant()
closeZooImage()
viewManual()
viewFrenchManual()
focusR()
focusGraph()
acquireImg()
importImg()
processImg()
makeZid()
makeZidb()
makeZidbFlowCAM()
makeTrain()
countCellsGUI()
activeLearningGUI()
collectTrain()
compTrain()
addVigsToTrain()
makeClass()
analyzeClass()
vignettesClass()
validClass()
editDescription()
processSamples()
processSamplesWithCells()
viewResults()
exportResults
loadObjects()
saveObjects()
listObjects()
removeObjects()
calib()
optInOutDecimalSep()
ZIUI()
Arguments
graphical |
If |
Value
ZIDlg()
is called for its side effect of dispalying the main ZooImage dialog box.
aboutZI()
gives sone information about the current ZooImage version.
exitZI()
unloads the zooimage package (for instance, to allow updating it).
ZIUI()
launches the error correction GUI using Shiny. The working dir
must be in _analyze subdirectory of an analysis directory tree.
All the other functions are called for their side-effect and return value, if any, is not of primary importance.
Author(s)
Philippe Grosjean <Philippe.Grosjean@umons.ac.be>
See Also
Examples
# The dialog box can be started just by issuing
# > ZIDlg()