R/timeTimedVector.R

##' @method time TimedVector
##' @S3method time TimedVector
##' @importFrom stats time

time.TimedVector = function( x, ... )	
{
	
	return( attr( x, "realTime" ) )
	
}

Try the pdmod package in your browser

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

pdmod documentation built on May 2, 2019, 5:16 a.m.