I can simply plot a vector in R language using plot, like this:
plot
vec <- 1:100 plot(vec, type = "l")
But I want t