R/summarise_dist.R
nest_disturbance_by_season_odkc.Rd
nest_disturbance_by_season_odkc(data)
ODKC tracks_dist
Other odkc:
add_hatching_emergence_success_odkc()
,
add_nest_labels_odkc()
,
download_odkc_turtledata_2020()
,
exclude_training_species_odkc()
,
filter_odkc_turtledata()
,
general_disturbance_by_season_odkc()
,
hatching_emergence_success_odkc()
,
map_dist_odkc()
,
map_mwi_odkc()
,
map_sv_odkc()
,
map_tracks_odkc()
,
map_tt_odkc()
,
nesting_type_by_area_season_age_species_odkc()
,
nesting_type_by_area_season_species_odkc()
,
nesting_type_by_season_age_species_odkc()
,
nesting_type_by_season_calendarday_age_species_odkc()
,
nesting_type_by_season_calendarday_species_odkc()
,
nesting_type_by_season_day_species_odkc()
,
nesting_type_by_season_species_odkc()
,
nesting_type_by_season_week_age_species_odkc()
,
nesting_type_by_season_week_site_species_odkc()
,
nesting_type_by_season_week_species_odkc()
,
nesting_type_by_site_season_age_species_odkc()
,
nesting_type_by_site_season_species_odkc()
data("odkc_data")
odkc_data$tracks_dist %>% nest_disturbance_by_season_odkc()
#> # A tibble: 7 × 4
#> season disturbance_cause n encounter_type
#> <dbl> <chr> <int> <chr>
#> 1 2021 crab 35 nest
#> 2 2021 goanna 25 nest
#> 3 2021 bird 23 nest
#> 4 2021 turtle 9 nest
#> 5 2021 unknown 6 nest
#> 6 2021 other 1 nest
#> 7 2021 pig 1 nest