sign_detect: Sign detection

View source: R/analyzer_alpha_0.06.R

sign_detectR 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))


SIPETool documentation built on March 7, 2023, 7:45 p.m.