| head | R Documentation | 
Print the first few, or last few, lines of a mdm object
## S4 method for signature 'mdm'
head(x, n = 6, ...)
## S4 method for signature 'mdm'
tail(x, n = 6, ...)
| x | object of class  | 
| n | number of lines to print as per same argument in
 | 
| ... | Further arguments passed to  | 
Returns a truncated mdm object.  The levels of the types are unchanged.
Robin K. S. Hankin
data("mtoys")
head(toy_mm)
tail(toy_mm,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.