Skip to content

Commit

Permalink
added example file for seq_qgrams
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Aug 7, 2015
1 parent 226e83c commit 596ed60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/seq_qgrams.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

# compare the 2-gram overlap between sequences 1:3 and 2:4
seq_qgrams(x = 1:3, y=2:4,q=2)


0 comments on commit 596ed60

Please sign in to comment.