sddiff {GENEAclassify} | R Documentation |
Called by segmentation
.
sddiff(x, na.rm = TRUE)
x |
vector of numeric values |
na.rm |
single logical should missing values be removed |
A single value data.
tmp1 <- c(1,3,2,6,4,5,3,9,10)
sddiff(x = tmp1)