powered by
Adds a variable ringing.event which is TRUE if exactly one ringing event exists and FALSE otherwise.
critical.check.ringing.event(dat, id = "birdID")
A new variable called "ringing.event" is added to the data frame.
a EURING data, read in using read.euring2000plus function
The name of the variable that contains the individual identifier, normally a combination of scheme and ring number
Kasper Thorup and Fraenzi Korner-Nievergelt
data(lancol) lancol$birdID <- paste(lancol$scheme, lancol$ring) critical.check.ringing.event(lancol)
Run the code above in your browser using DataLab