0% found this document useful (0 votes)
51 views

Introduction To Basics of R Assignment PDF

This document provides 4 assignments to learn basics of R: 1) Calculate log2(2^5) and log(exp(1)*exp(1)) and explain the answers. 2) Explore and customize the Help tab in RStudio by changing labels and title. 3) Generate a plot using plot(x,y,xlab="x-axis") as a hint. 4) Copy and paste examples from Help to see what they do.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Introduction To Basics of R Assignment PDF

This document provides 4 assignments to learn basics of R: 1) Calculate log2(2^5) and log(exp(1)*exp(1)) and explain the answers. 2) Explore and customize the Help tab in RStudio by changing labels and title. 3) Generate a plot using plot(x,y,xlab="x-axis") as a hint. 4) Copy and paste examples from Help to see what they do.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like