setdiffg {EMA} | R Documentation |
This function returns the difference between the first argument and the (n-1) others
setdiffg(...)
... |
The objects to compare |
A vector of differences between the first object and the (n-1) others
EMA group
a<-1:10 b<-2:5 c<-7:8 setdiffg(a,b,c)