library(season)
plot(CVD$yrmon, CVD$cvd, type = 'o',pch = 19,ylab = 'Number of CVD deaths per month',xlab = 'Time')
if i wanted to highlight a region of the graph based on x values say from 1994-1998 how do i do this?
Any thought would be appreciated Thanks.
Or you could place a rectangle on the region of interest: