R/printTimedVector.R

##' @method print TimedVector
##' @S3method print TimedVector
print.TimedVector = function( x, ... )
{
	print( cbind( time = attr( x, "realTime" ), value = x ), ... )
}

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.