SyntaxFix
Write A Post
Hire A Developer
Questions
I like using the ggplot2 for this sort of thing:
ggplot2
df$Date <- as.Date( df$Date, '%m/%d/%Y') require(ggplot2) ggplot( data = df, aes( Date, Visits )) + geom_line()