- Functions
- Calculations
- Most statistical routines
- Graphics
- Maps
- Write your own software
- Free and open source
John Froeschke
RStudio is an enhanced user interface for R. Free and works on Windows, Mac, and Linux
require(rCharts)
Loading required package: rCharts
L1 <- Leaflet$new()
L1$tileLayer(provider = "Stamen.TonerLite")
L1$setView(c(40.73029, -73.99076), 13)
L1$set(width = 1200, height = 600)