Learn R Programming

clugenr (version 1.0.4)

gdim: Returns the actual dimensions of the input

Description

Gets the dimensions of the input a, returning c(length(a), 1) if dim(a) == NULL.

Usage

gdim(a)

Arguments