-1

Is it possible to add a slider in R that can change certain values which are visualized?

For a project I want to make a suitability map with a certain amount of layers. The user of the map should be able to change the weights that the different layers contribute to the suitability. After some research I found that this is possible in javascript, however I never used javascript.

ArnJac
  • 352
  • 2
  • 5
  • 15

2 Answers2

0

Your question is too open-ended.

however I never used javascript

Start by reading https://cran.r-project.org/web/packages/leafletR/leafletR.pdf and then https://github.com/chgrl/leafletR .

IvanSanchez
  • 18,272
  • 3
  • 30
  • 45
0

This should be achievable with shiny.

TimSalabim
  • 5,604
  • 1
  • 25
  • 36