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))
)
    
    
    
decisionpatterns/r-hash documentation built on Feb. 6, 2019, 10:27 p.m.