Break up total emergences into processed (tagged) and missed animals.

total_emergences_per_site_season_species(x)

Arguments

x

An object of S3 class wastd_data, e.g. the output of wastdr::download_wastd_turtledata(), optionally filtered to a locality by wastdr::filter_wastd_turtledata(area_name="Thevenard Island").

Value

A tibble with the summary data

See also

Other wastd: add_nest_labels(), disturbance_by_season(), filter_alive(), filter_dead(), filter_disturbance(), filter_predation(), ggplot_disturbance_by_season(), ggplot_emergence_success(), ggplot_hatching_success(), ggplot_hatchling_misorientation(), ggplot_nesting_success_per_area_season_species_pct(), ggplot_nesting_success_per_area_season_species(), ggplot_sighting_status_per_area_season_species(), ggplot_total_emergences_per_area_season_species(), ggplot_track_success_by_date(), ggplot_track_successrate_by_date(), hatching_emergence_success_area(), hatching_emergence_success_site(), hatching_emergence_success(), map_dist(), map_fanangles(), map_mwi(), map_nests(), map_tracks(), map_wastd_wamtram_sites(), map_wastd(), nesting_success_per_area_day_species(), nesting_success_per_area_season_species(), nesting_type_by_area_season_age_species(), nesting_type_by_area_season_species(), nesting_type_by_season_age_species(), nesting_type_by_season_calendarday_age_species(), nesting_type_by_season_calendarday_species(), nesting_type_by_season_day_species(), nesting_type_by_season_species(), nesting_type_by_season_week_age_species(), nesting_type_by_season_week_site_species(), nesting_type_by_season_week_species(), nesting_type_by_site_season_age_species(), nesting_type_by_site_season_species(), parse_animal_encounters(), parse_area_sf(), parse_area(), parse_encounterobservations(), parse_surveys(), parse_turtle_nest_encounters(), print.wastd_api_response(), sighting_status_per_area_season_species(), sighting_status_per_site_season_species(), summarise_hatching_and_emergence_success(), summarise_wastd_data_per_day_site(), total_emergences_per_area_season_species(), track_success_by_species(), track_success(), tracks_ts()

Examples

data(wastd_data)
wastd_data %>% total_emergences_per_site_season_species()
#> # A tibble: 55 × 10
#>    area_n…¹ site_…² season species emerg…³ proce…⁴ missed proce…⁵ tagged non_t…⁶
#>    <chr>    <chr>    <dbl> <chr>     <int>   <int>  <int>   <dbl>  <int>   <int>
#>  1 Perth M… Kensin…   2016 Carett…       0       0      0     NaN      0       0
#>  2 Perth M… Kensin…   2016 Chelon…       0       0      0     NaN      0       0
#>  3 Perth M… Kensin…   2016 Chelon…     110       0    110       0      0       0
#>  4 Perth M… Kensin…   2016 Eretmo…       0       0      0     NaN      0       0
#>  5 Perth M… Kensin…   2016 Lepido…       0       0      0     NaN      0       0
#>  6 Perth M… Kensin…   2016 Natato…      71       0     71       0      0       0
#>  7 Perth M… Kensin…   2017 Carett…       0       0      0     NaN      0       0
#>  8 Delambr… Delamb…   2017 Chelon…      11       0     11       0      0       0
#>  9 Perth M… Kensin…   2017 Chelon…     156       0    156       0      0       0
#> 10 Delambr… Delamb…   2017 Chelon…      21       0     21       0      0       0
#> # … with 45 more rows, and abbreviated variable names ¹​area_name, ²​site_name,
#> #   ³​emergences, ⁴​processed, ⁵​processed_pct, ⁶​non_tagged