R/parallelization.R
diff.xy.Rd
(Internal function) Check the different value of X and Y, internally used for parallelization
# S3 method for xy diff(x, y)
x | The first number |
---|---|
y | The second number |
The different number of x
and y
.