vegawidget / virgo

A DSL for layered grammar of interactive graphics in R
https://vegawidget.github.io/virgo/
Other
16 stars 2 forks source link

input #9

Closed earowang closed 3 years ago

earowang commented 4 years ago
earowang commented 4 years ago
# slider <- input_slider(1:10, min, max, step, init)
# bind = c(Year = slider)
# init = c(Cycliners = 4, Year = 1977)
# init = list(x = c(55, 160), y = c(13, 37))
earowang commented 3 years ago

Done.