Description Usage Arguments Value Author(s) Examples
Flags plcf
records that seem faulty in various ways. Takes a single
plcf
and returns a code indicating whether it may be faulty and how.
1 | errcheckplcf(obj, reldatetime, upstreamthresh, timethresh, distthresh)
|
obj |
A |
reldatetime |
Date and time of the release of the fish in the same numeric units
used in |
upstreamthresh |
A threshold distance (km) of all-at-once upstream motion that disqualifies a record as unrealistic |
timethresh |
A threshold time (days) without being detected that is tolerated before a record is recommended to remove |
distthresh |
A distance threshold (km) without being detected that is
tolerated before a record is recommended to remove. Both this and |
errcheckplcf
returns a numeric code indicating whether the record seems
faulty and if so what seems wrong with it. Codes are:
N: no problem detected
B: detections before the release
U: went upsteam, in one shot, more than upstreamthresh
T: went for too long AND travelled too far without being detected
It is possible multiple problems occur; the error codes are concatenated.
Daniel Reuman, reuman@ku.edu
1 | #Not written yet but need some
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.