R/is.scalar.R

is.scalar <- function(x){
	length(x) == 1 && is.numeric(x)
}

Try the tailloss package in your browser

Any scripts or data that you put into this service are public.

tailloss documentation built on May 2, 2019, 4:18 a.m.