R/summarise_wastd_data.R
sighting_status_per_site_season_species.Rd
Break up total emergences by sighting status:
sighting_status_per_site_season_species(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")
.
A tibble with the summary data
Na - Unidentified (encounter with untagged animal)
New - Initial sighting (new tags applied onto untagged animal)
Resighting (existing tags, animal resighted at same site, same season)
Remigrant (existing tags, animal resighted at different or same site, different season)
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()
,
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()
data(wastd_data)
wastd_data %>%
sighting_status_per_site_season_species()
#> # A tibble: 34 × 7
#> `Site name` Season Species Na Remig…¹ Resig…² New
#> <chr> <dbl> <chr> <int> <int> <int> <int>
#> 1 Albany 2021 Chelon… 1 NA NA NA
#> 2 Barrow Island - South End West Be… 2021 Chelon… 1 NA NA NA
#> 3 Cable Beach Broome Sector 2 2021 Chelon… 1 NA NA NA
#> 4 Cable Beach Broome Sector 2 2021 Natato… 1 NA NA NA
#> 5 Cable Beach Broome Sector 3 2021 Chelon… 1 NA NA NA
#> 6 Cape Lambert Bells Beach 2021 Natato… 1 NA NA NA
#> 7 Cape Lambert Boat Beach 2021 Eretmo… 2 NA NA NA
#> 8 Coral Bay 2021 Chelon… 1 NA NA NA
#> 9 DBCA Exmouth Office Training Area 2021 Chelon… 1 NA NA NA
#> 10 Delambre Island 2021 Eretmo… NA 4 6 NA
#> # … with 24 more rows, and abbreviated variable names ¹Remigrant, ²Resighting