0% found this document useful (0 votes)
86 views29 pages

Unit 1 Notes R Programming

The document outlines the syllabus for Unit 1 of an R programming course, covering topics such as language introduction, numeric and non-numeric values, vectors, matrices, lists, data frames, and basic plotting. It includes a question bank with 2-mark and 5-mark questions that assess understanding of R programming concepts, features, and applications. The questions range from definitions and examples to explanations of operators and plotting functions in R.

Uploaded by

www.jayjog9
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)
86 views29 pages

Unit 1 Notes R Programming

The document outlines the syllabus for Unit 1 of an R programming course, covering topics such as language introduction, numeric and non-numeric values, vectors, matrices, lists, data frames, and basic plotting. It includes a question bank with 2-mark and 5-mark questions that assess understanding of R programming concepts, features, and applications. The questions range from definitions and examples to explanations of operators and plotting functions in R.

Uploaded by

www.jayjog9
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/ 29

Unit 1:

Syllabus

• Introduction of the Language


• Numeric
• Arithmetic
• Assignment
• Vectors
• Matrices and Arrays
• Non-numeric Values
• Lists and Data Frames
• Special Values
• Classes
• Coercion
• Basic Plotting

Question Bank

Unit 1

2 Marks questions

1. What is R programming?
2. What are the uses of R programming?
3. List basic data type of R programming.
4. What are non-numeric values? List them.
5. What is vector in R? Give an example.
6. Define list in R. Give an example.
7. What is DataFrame in R? Give an example.
8. List special values in R. Mention its significance.
9. What do you mean by vector in R programming?
10. Differentiate between matrix and array in R programming.
11. What is coercion in R? Give a suitable example.
12. Mention any four plotting functions in R.
13. List assignment operators with examples in R.
14. Mention the various assignment operators in R.
15. Define classes in R.

5 Marks questions

1. Explain the features and applications of R programming.


2. Describe operators in R programming with suitable examples.
3. Define vector. Explain different methods of defining vectors in R.
4. Explain usage of matrices and arrays in R programming with suitable examples.
5. Explain usage of lists and DataFrames in R programming with suitable examples.
6. Write a R program to demonstrate graphic functions: Plot(), Hist(), Linechart(), Pie(), Boxplot().
7. Describe any five basic plotting functions in R with examples.
8. Write a note on special values in R.

You might also like