R/plot_q16_hh_main_fisher.R

Defines functions plot_q16_hh_main_fisher

plot_q16_hh_main_fisher <- function(.data, ...) {

  .data_plot <- prep_data_for_plot(.data, `16_hh_main_fisher`, type = "stacked")

  p <- plot_bubble(
    .data_plot,
    title = "Proportion of main fishers in the household \nthat fish as member of a group",
  )
  
  result <- list(
    plot = p,
    data = .data_plot
  )
}
Rare-Technology/HHS_Dashboard documentation built on May 11, 2022, 8:04 a.m.