ayidveroo2024 / orp-vir-analysis_nig_240531

Examining SIA performance of districts reporting orphan viruses in Nigeria-2023-Date
GNU General Public License v3.0
0 stars 0 forks source link

challenges encountered during analysis_codes01 #1

Open ayidveroo2024 opened 1 month ago

ayidveroo2024 commented 1 month ago

Hello Dr Nishant and Dr Yusuf, Could you please help me in addressing the following issue. I want to add the number of viruses reported by district to appear as label inside every districts reported the virus and the remaining remain blank. I want to also see this is easy to collaborate on GitHub. (:

joined_filtered |> ggplot() + geom_sf(data = admin1_shpf, color = "black", linewidth = 0.6, fill = NA) + #we can insert filter inside to filter old shape files by saying filter(>= 2020. geom_sf(data = admin1_shpf |> filter(yr.end >= 2020), color = "black" geom_sf(aes(fill = No.orp.virus), color = NA) +

geom_sf(data = admin2_shpf, color = "black", linewidth = 0.6, fill = NA) +

scale_fill_gradient2 (high = scales::muted("red")) + labs(title = "Districts reported orphan viruses from 2023 to May 2024, Nigeria") + theme_bw()