compare_vectors.integer64 | R Documentation |
Handle int64 vectors. Uses numeric comparison
## S3 method for class 'integer64'
compare_vectors(
target,
current,
tolerance = sqrt(.Machine$double.eps),
scale = NULL,
...
)
target |
the base vector |
current |
a vector to compare target to |
tolerance |
Level of tolerance for differences between two variables |
scale |
Scale that tolerance should be set on. If NULL assume absolute |
... |
Not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.