Basics

Table of Contents

Introduction and preliminaries

Simple manipulations; numbers and vectors

# following lines are all the same
x <- 0
0 -> x
x = 0
assign("x", 0)