Skip to contents

plot summary

Usage

plot_summary(df)

Arguments

df

zoo grid obj

Value

plot of summary

Examples

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)