library("ggplot2")

ggplot(flashcardData::flashcards, aes(date,count/seconds)) + 
  geom_point() +
  facet_grid(card~student) + 
  # geom_smooth(method='lm',formula=y~x) + 
  theme_bw()


jarad/flashcardData documentation built on May 18, 2019, 3:45 p.m.