this function plots the output of tracking_algorithm.
Arguments
- h5.file
the HDF5 file containing the tracks (character string).
- tz
the time zone to convert to (character string). Time is generally stored as numeric, and the origin is 1970-01-01 UTC.
- show.singleCells
logical if to show single cells tracks (TRUE) or not (FALSE).
- map.limits
vector defining the longitude and latitude limits of the map (xmin, xmax, ymin, ymax).
- image.size
vector of png dimension in mm (height, width).
- output.path
the path to store the plot (i.e. png).