vdim: return the dimension of a vector x as c(length(x),1)

Description Usage Arguments

Description

return the dimension of a vector x as c(length(x),1)

Usage

1
vdim(x)

Arguments

x

the object to find the dimension of. Does exactly what vanilla R does if x is not a vector. If x is a vector, returns c(length(x),1).


flynnzac/kiam documentation built on May 14, 2019, 12:09 p.m.