ImageMap class and methods
HTML image map information for annotation tracks.
Objects of the class are usually not created by the user, hence the
constructor function ImageMap
is not exported in the name
space.
coords
:Object of class "matrix"
, the image map
coordinats.
tags
:Object of class "list"
, the individual
HTML tags for the image map.
Class "ImageMapOrNULL"
, directly.
signature(ImageMap="ImageMap")
: return the
coordinates from the image map.
Usage:
coords(ImageMap)
Examples:
coords(obj)
signature(x="ImageMap")
: return the tags from the
image map.
Usage:
tags(x)
Examples:
tags(obj)
Florian Hahne
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.