Skip to contents

this function plots the output of tracking_algorithm.

Usage

plot_tracks(
  h5.file,
  tz = "Asia/Riyadh",
  show.singleCells = TRUE,
  map.limits = c(31, 63, 10, 35),
  image.size = c(110, 140),
  output.path
)

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).

Value

png

Author

Ahmed Homoudi