... library(leaflet) r_colors = rgb(t(col2rgb(colors()) / 255)) names(r_colors) = colors() ui = fluidPage( leafletOutput("mymap"), p(), ...
確定! 回上一頁