R/summarise_tracks_odkc.R
hatching_emergence_success_odkc.Rd
hatching_emergence_success_odkc(data)
The output of wastd_data$nest_excavations
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()
,
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$tracks_egg %>%
wastdr::sf_as_tbl() %>%
wastdr::add_hatching_emergence_success_odkc() %>%
wastdr::hatching_emergence_success_odkc()
#> # A tibble: 4 × 16
#> # Groups: season [1]
#> season details…¹ count clutc…² clutc…³ clutc…⁴ clutc…⁵ clutc…⁶ hatch…⁷ hatch…⁸
#> <dbl> <chr> <int> <dbl> <dbl> <dbl> <int> <int> <dbl> <dbl>
#> 1 2021 caretta-… 1 NA 54 NA 54 54 38.9 NA
#> 2 2021 chelonii… 1 NA 50 NA 50 50 62 NA
#> 3 2021 eretmoch… 11 NA 108. 50.3 29 226 43.8 22.9
#> 4 2021 natator-… 87 NA 48.0 8.56 30 70 66.6 27.9
#> # … with 6 more variables: hatching_success_min <dbl>,
#> # hatching_success_max <dbl>, emergence_success_mean <dbl>,
#> # emergence_success_sd <dbl>, emergence_success_min <dbl>,
#> # emergence_success_max <dbl>, and abbreviated variable names
#> # ¹details_species, ²clutch_size_fresh, ³clutch_size_mean, ⁴clutch_size_sd,
#> # ⁵clutch_size_min, ⁶clutch_size_max, ⁷hatching_success_mean,
#> # ⁸hatching_success_sd