Navigating the Interface

2 + 2
5 * 5
n <- 2
a <- c(1, 4, 10)
b <- c(15, 24, 36)
df <- data.frame(a, b)
plot(df)