Making an Interactive Map with Shiny and Leaflet in R
Posted on Thu 18 February 2021 in R • Tagged with shiny, leaflet, data visualization, web app
Introduction
Shiny is a R package developed and maintained by the RStudio team. With Shiny, anyone can build interactive web apps to help data visualization. Here I present a simple template of an interactive Brazilian map displaying fictitious allelic frequencies with samples sizes across the country. It is a useful …
Continue reading