| sign_detect {SIPETool} | R Documentation | 
Sign detection
Description
This function takes as input a vector and returns the sign of each element
Usage
sign_detect(dat)
Arguments
dat | 
 the vector to be used  | 
Value
vector with the signs of each element of the original matrix
Examples
sign_detect(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))
[Package SIPETool version 0.1.0 Index]