ab <- 1:4 plot(ab, main = paste("value",ab))
The above produces
Whereas I want the label to show exactly like value 1:
value 1: