R/summarise_dist.R
general_disturbance_by_season_odkc.Rd
general_disturbance_by_season_odkc(data)
ODKC dist
Other odkc:
add_hatching_emergence_success_odkc()
,
add_nest_labels_odkc()
,
download_odkc_turtledata_2020()
,
exclude_training_species_odkc()
,
filter_odkc_turtledata()
,
hatching_emergence_success_odkc()
,
map_dist_odkc()
,
map_mwi_odkc()
,
map_sv_odkc()
,
map_tracks_odkc()
,
map_tt_odkc()
,
nest_disturbance_by_season_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$dist %>% general_disturbance_by_season_odkc()
#> # A tibble: 10 × 4
#> season disturbance_cause n encounter_type
#> <dbl> <chr> <int> <chr>
#> 1 2021 goanna 49 other
#> 2 2021 dingo 15 other
#> 3 2021 vehicle 12 other
#> 4 2021 cat 7 other
#> 5 2021 unknown 6 other
#> 6 2021 crab 5 other
#> 7 2021 dog 3 other
#> 8 2021 bird 1 other
#> 9 2021 human 1 other
#> 10 2021 turtle 1 other