R Language for Beginner to Expert – Notes
R Language for Beginner to Expert – Notes: R Language Notes is used for statistical information and data representation. So it is necessary that we should have knowledge of statistical theory in maths, understanding of different types of graphs for data representation and most importantly we should have prior knowledge of any programming.
We have provided complete R Language notes for any university student of BCA, MCA, BSC, B.Tech CSE, MBA, M.Tech branch to increase more knowledge about the subject and get better marks in the exam . Students can easily use all these R Language Notes.
Topics in our R Language for Beginner Notes
R Introduction |
1. Introduction of R 2. Install R 3. Reserved Keywords 4. Hello World |
R Data Types |
Data Types Numeric Data Type Integer Data Type Complex Data Type Logical Data Type Character Data Type Raw Data Type |
R Introduction
- Introduction of R
- Install R
- Reserved Keywords
- Hello World
R Data Types
- Data Types
- Numeric Data Type
- Integer Data Type
- Complex Data Type
- Logical Data Type
- Character Data Type
- Raw Data Type
R Operators
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Assignment Operators
R Loops
- while Loop
- for in Loop
- repeat Loop
R Control Statements
- if Statement
- if else Statement
- else if Statement
- switch case Statement
- break Statement
- next Statement
R Data Objects
- Vector
- Matrix
- Lists
- Arrays
- Data Frame
R Strings and Functions
- Strings
- nchar()
- paste()
- strsplit()
- sub()
- substr()
- tolower()
- toupper()
R Charts and Graphs
- R Bar Graph Chart
- legend() Function in R
- R Pie Chart
- R Box and Whisker Plot
- R Histograms
- R Line Graph