R

Tags: array, functional, interpreted, modular, multiparadigm, object-oriented prototype-based, procedural, scripting

Related tools:

my_x <- 1:10 my_y <- seq(from = 1, to = 20, by = 2) par(mfrow = c(2, 2)) plot(my_x, my_y, type = "l")
R Summary
Language R
Home Page