plotTagTimeline: plot a timeline of all deployed tags

View source: R/plotTagTimeline.R

plotTagTimelineR Documentation

plot a timeline of all deployed tags

Description

This generates an html file with preformatted text which shows a tag timeline when viewed in a fixed-width font.

Usage

plotTagTimeline(sort = c("projCode", "dateBin", "sort", "nomFreq", "iMfgID"),
  filename = "/sgm/pub/motus_tag_timeline.html")

Arguments

sort

character vector of field names by which to sort. Default: NULL, which means sort by projCode, sort, nomFreq, mfgID (i.e. by manufacturer's tag ID within nominal frequency within taxonomic species order, within project code.

filename

filename to save plot; Default: "/sgm/pub/motus_tag_timeline.html"

Value

a data_frame with these columns:

  • motusID

  • projectID

  • projCode

  • fullID

  • mfgID

  • nomFreq

  • period

  • speciesID

  • speciesName ...

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.