R/show.R

# -----------------------------------------------------------------------------
# show.r
# 
# METHODS: show 
#  The default method on the class.  Perhaps this should return the 
#  length.
#
#  See Also: print
# -----------------------------------------------------------------------------
setMethod( "show" , "hash" ,
	function(object) cat(format(object))
)
    
    
    

Try the hash package in your browser

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

hash documentation built on Aug. 20, 2023, 1:08 a.m.