R/dim.r

#' dim-Vplots
#' 
#' Get the dimensions of a Vplots object
#
#' @param x a Vplots object
#'
#' @export
#'
setMethod(
	'dim',
	signature(
		x = 'Vplots'
	),
	function(x){
		sapply(x@dimdata, nrow)
	}
)
gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.