| annotorious {recogito} | R Documentation | 
Annotate images with areas of interest
Description
Functionality to label areas in images
Usage
annotorious(
  inputId = "annotations",
  src,
  tags = c(),
  type = c("annotorious", "openseadragon", "openseadragon-notoolbar"),
  quickselector = TRUE,
  width = NULL,
  height = NULL,
  elementId = NULL,
  dependencies = NULL
)
Arguments
inputId | 
 character string with the name to use where annotations will be put into  | 
src | 
 character string with the image/url to annotate  | 
tags | 
 character vector of possible labels you want to use  | 
type | 
 either   | 
quickselector | 
 logical indicating if for type   | 
width | 
 passed on to   | 
height | 
 passed on to   | 
elementId | 
 passed on to   | 
dependencies | 
 passed on to   | 
Value
An object of class htmlwidget as returned by createWidget
See Also
[Package recogito version 0.2.1 Index]