Description Usage Arguments Value
blockedSN
returns a Blocks
object created from a single
iteration of the SNIP algorithm.
1 2 3 4 5 6 7 8 9 10 11 12 13 | blockedSN(object, blockVar, repSN, windowSN, keyLength)
## Default S3 method:
blockedSN(object, blockVar, repSN, windowSN, keyLength)
## S3 method for class 'Neighbors'
blockedSN(object, blockVar, repSN, windowSN, keyLength)
## S3 method for class 'Blocks'
blockedSN(object, blockVar, repSN, windowSN, keyLength)
## S3 method for class 'Scores'
blockedSN(object, blockVar, repSN, windowSN, keyLength)
|
object |
|
blockVar |
Character value. Blocking variable. |
repSN |
Integer value. How much iterations of sorted neighbors to perform? |
windowSN |
Integer value. Size of sliding window to use during sorted neighbors. |
keyLength |
Numeric value or vector. How many keyVars to concatenate per sort key. |
An object of class Blocks
containing the neighbors found
and keys used during the blocked sorted neighbors iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.