University School of Automation & Robotics

Personal resource archive for various courses.

q1.r

subjects <- c("Physics", "Chemistry", "Mathematics")
score <- c(7, 8, 4)
barplot(score, names.arg = subjects)