Short Introduction to R Language

Topic for today

Short Introduction to R Language


Viktor Dmitriyev
Oldenburg, Germany
21.01.2015

What is R?

R is a simple programming paradigm

R is robust and widely supported

Latest trends in R

Integration with other tools

# R code example
x <- c(1,2,3,4,5,6)
y <- x^2
plot(lm(y ~ x))

plot of chunk qplot plot of chunk qplot plot of chunk qplot plot of chunk qplot


Thank you for your attention!


This presentation was created with means of R language

References