Lecture 2 - R Basics

  1. Arithmetic Operations
  2. Variable Assignment
  3. Objects
  4. Vectors
  5. Matrices
  6. Data frames

flowchart LR
  A(Arithmetic Operations) --> B(Variable Assignment)
  B --> C(Objects)
  C --> D(Vectors)
  C --> E(Matrices)
  C --> F(Data frames)