reduceVector {agrmt} | R Documentation |
This is a helper function to remove all zeros and repeated values from a vector.
reduceVector(X)
X |
A (frequency) vector |
This is a helper function to strip all zeros and repeated values from a vector.
The function returns vector
Didier Ruedin