Down South
Building a solid base has set us up to map every college with just a few lines of code. Run the following in the console and explore the map to determine which college is the southernmost public college in the continental (i.e., mainland) US.
pal <- colorFactor(palette = c("red", "blue", "#9b4a11"),
levels = c("Public", "Private", "For-Profit"))
m2 %>%
addCircleMarkers(radius = 2, label = ~name, color = ~pal(sector_label))
यह अभ्यास पाठ्यक्रम का हिस्सा है
Interactive Maps with leaflet in R
इंटरैक्टिव व्यावहारिक अभ्यास
हमारे इंटरैक्टिव अभ्यासों में से किसी एक के साथ सिद्धांत को व्यवहार में बदलें
अभ्यास शुरू करें