diff.xy {IPCAPS} | R Documentation |
(Internal function) Check the different value of X and Y, internally used for parallelization
## S3 method for class 'xy'
diff(x, y)
x |
The first number |
y |
The second number |
The different number of x
and y
.