R/length.blockmatrix.R

NULL

#' 
#'\code{length} S3 method for \code{blockmatrix} object
#'
#' @param x a \code{blockmatrix} object 
#' @export
#' @rdname length
#' @method length blockmatrix
#' @S3method length blockmatrix
#' @aliases length
#'
#' @author Emanuele Cordano 
#' 
#' 


length.blockmatrix <- function (x)  {
	
	return(length(x$value))
	
}

Try the blockmatrix package in your browser

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

blockmatrix documentation built on May 2, 2019, 6:11 a.m.