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
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.