Spoken Tutorial, IIT Bombay
https://spoken-tutorial.org
R
Introduction to basics of R - Assignment
Assignment-1
1. Find answers to log2(2ˆ5) and log(exp(1)*exp(1)). Explain.
2. Explore the Help tab in RStudio: Change the labels, title, etc.
3. Hint: try plot(x,y,xlab = "x-axis")
4. Copy paste a few examples provided in Help and see what they do.