Functionality to label areas in images
annotorious(
inputId = "annotations",
src,
tags = c(),
type = c("annotorious", "openseadragon", "openseadragon-notoolbar"),
quickselector = TRUE,
width = NULL,
height = NULL,
elementId = NULL,
dependencies = NULL
)An object of class htmlwidget as returned by createWidget
character string with the name to use where annotations will be put into
character string with the image/url to annotate
character vector of possible labels you want to use
either 'annotorious', 'openseadragon', 'openseadragon-notoolbar' in order to allow zooming with openseadragon or not, with or without a toolbar
logical indicating if for type 'openseadragon' the possible tags should be shows as quick buttons to click. Defaults to TRUE.
passed on to createWidget
passed on to createWidget
passed on to createWidget
passed on to createWidget
annotorious-shiny