R/plot_summary.R
plot_summary.Rd
plot summary
plot_summary(df)
zoo grid obj
plot of summary
data(skink_grid) skink_grid <- skink_grid |> dplyr::mutate( zone = dplyr::case_when( grid %in% c(1, 3, 5) ~ 2, TRUE ~ 1 ) ) plot_summary(skink_grid)