R/is.scalar.R

is.scalar <- function(x){
	length(x) == 1 && is.numeric(x)
}
igollini/tailloss documentation built on May 18, 2019, 3:40 a.m.