University School of Automation & Robotics

Personal resource archive for various courses.

q2.r

myvector <- c(0, 10, 20, 30, 40 , 50, 60, 70, 80)

myvector[4]
myvector[3]
myvector[6]
myvector[0:length(myvector)]