[Stable]

nesting_type_by_area_season_age_species(tracks)

Arguments

tracks

The output of parse_turtle_nest_encounters and add_nest_labels.

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_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(), total_emergences_per_site_season_species(), track_success_by_species(), track_success(), tracks_ts()

Examples

data("wastd_data")
nesting_type_by_area_season_age_species(wastd_data$tracks)
#> # A tibble: 14 × 8
#>    area_name          season species       nest_…¹ false…² hatch…³  nest succe…⁴
#>    <chr>               <dbl> <chr>         <chr>     <dbl>   <dbl> <dbl>   <dbl>
#>  1 Cable Beach Broome   2021 cheloniidae-… old           0       1     1       0
#>  2 Cable Beach Broome   2021 natator-depr… unknown       0       1     0       0
#>  3 Delambre Island      2021 natator-depr… old           0      32     0       0
#>  4 Ningaloo             2021 caretta-care… fresh         5       0     0       5
#>  5 Ningaloo             2021 chelonia-myd… fresh       714       0     0     190
#>  6 Ningaloo             2021 cheloniidae-… fresh         3       0     1       1
#>  7 Ningaloo             2021 cheloniidae-… old           0       0     1       0
#>  8 Ningaloo             2021 eretmochelys… fresh         5       0     0       2
#>  9 Ningaloo             2021 natator-depr… fresh         1       0     0       0
#> 10 Port Hedland         2021 natator-depr… fresh         0       6     0       0
#> 11 Port Hedland         2021 natator-depr… old           0       3     0       0
#> 12 Thevenard Island     2021 natator-depr… fresh         0       1     0       0
#> 13 Thevenard Island     2021 natator-depr… missed        1       0     0       0
#> 14 Thevenard Island     2021 natator-depr… old           0      26     0       0
#> # … with abbreviated variable names ¹​nest_age, ²​`false-crawl`, ³​`hatched-nest`,
#> #   ⁴​`successful-crawl`