data.overlay.Rd
Simple wrapper for points
to plot data derived from an image over that image.
data.overlay(img, over, ...)
character, an image file path.
a data frame, data table, or matrix with two columns, the first representing x and the second y coordinates.
other arguments to be passed to points
The image is plotted in the graphics device with points given in x
Simply plots 2D dimensional data over the image specified in img
. May be useful in plotting output from trackter
's kin functions.