R/ncol.r

#' nol-Vplots
#' 
#' Get the number of columns of a Vplots object
#
#' @param x a Vplots object
#'
#' @export
#'
setMethod(
	'ncol',
	signature(
		x = 'Vplots'
	),
	function(x){
		prod(dim(x)[-1L])
	}
)
gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.