powered by
Print the first few, or last few, lines of a mdm object
# S4 method for mdm head(x, n = 6, ...) # S4 method for mdm tail(x, n = 6, ...)
Returns a truncated mdm object. The levels of the types are unchanged.
mdm
object of class mdm
number of lines to print as per same argument in head() and tail()
head()
tail()
Further arguments passed to head() or tail()
Robin K. S. Hankin
data("mtoys") head(toy_mm) tail(toy_mm,3)
Run the code above in your browser using DataLab