How do I change the color of the map while changing the range of range slider in shiny dashboard?

前端 未结 0 453
南方客
南方客 2020-12-20 21:13

Here is my code

library(shiny)
library(leaflet)
#Label
bins <- c(0,3,60,1000)
pal <- colorBin(c("green", "orange", "red"),         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题