Skip to content

Instantly share code, notes, and snippets.

@grmwld
Created March 3, 2013 14:49
Show Gist options
  • Save grmwld/5076381 to your computer and use it in GitHub Desktop.
Save grmwld/5076381 to your computer and use it in GitHub Desktop.
contexte A :
> table(a$Date)
2010-06-23 2010-06-24 2010-06-25 2010-06-28 2010-06-29 2010-06-30 2010-07-02 2010-07-05 2010-07-06 2010-07-07 2010-07-08
30 30 30 30 30 30 30 30 30 20 10
contexte B :
> table(a$Date)
2010-05-03 2010-05-04 2010-06-23 2010-06-24 2010-06-25 2010-06-28 2010-06-29 2010-06-30 2010-07-02 2010-07-05 2010-07-06 2010-07-07 2010-07-08
6 6 30 30 30 24 30 24 30 30 30 20 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment