# NOT RUN {
## Create two datasets in R and ask for selecting one:
df1__ <- data.frame(x = 1:3, y = 4:6)
df2__ <- data.frame(z = 1:10)
selectObject() # Try also to click 'Cancel'
## Can select both too
selectObject(multiple = TRUE, title = "Choose one or more data.frames")
selectObject("nonexistingclass") # Returns an empty string!
## Create lists containing only data frames as components
lst1__ <- list(A = df1__, B = df2__)
lst2__ <- list(C = df1__)
selectList() # Try also to click 'Cancel'
## Can select both too
selectList(multiple = TRUE, title = "Select one or more lists")
selectList("nonexistingclass")
rm(df1__, df2__, lst1__, lst2__)
## Select one or more ZooImage files
selectFile() # One Zip or Zid file
## Select groups to process
selectGroups(c("Copepods", "Appendicularians", "Medusae"))
## Start default image viewer on the current working directory
imageViewer()
## TODO: examples for createThreshold(), startPgm() and modalAssistant()
# }
Run the code above in your browser using DataLab