View source: R/analyzer_alpha_0.06.R
sign_detect | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.