sign_detect {SIPETool} | R Documentation |
This function takes as input a vector and returns the sign of each element
sign_detect(dat)
dat |
the vector to be used |
vector with the signs of each element of the original matrix
sign_detect(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))