These function display menus and dialog boxes to access ZooImages function without programming. Most of them are not intended to be called directly.
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()
If TRUE
, a graphical dialog box displays the information.
Otherwise, information is printed at the R console.
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.
# NOT RUN {
# The dialog box can be started just by issuing
# > ZIDlg()
# }
Run the code above in your browser using DataLab