Hatching success as percentage (0..100) after Miller 1999: Hatching success = 100 * no_egg_shells / ( no_egg_shells + no_undeveloped_eggs + no_unhatched_eggs + no_unhatched_term + no_depredated_eggs)

add_hatching_emergence_success_odkc(data)

Arguments

data

ODKC Track or Nest data annotated with egg counts, e.g. odkc_data$tracks_egg.

Details

Emergence success as percentage (0..100) after Miller 1999: Emergence success = 100 * (no_egg_shells - no_live_hatchlings - no_dead_hatchlings) / ( no_egg_shells + no_undeveloped_eggs + no_unhatched_eggs + no_unhatched_term + no_depredated_eggs)