The R Project SVN R

Rev

Rev 66648 | Rev 66839 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66648 Rev 66655
Line 42... Line 42...
42
      horiz = FALSE, frame.plot = FALSE, xlim, ylim, \dots)
42
      horiz = FALSE, frame.plot = FALSE, xlim, ylim, \dots)
43
 
43
 
44
\method{cut}{dendrogram}(x, h, \dots)
44
\method{cut}{dendrogram}(x, h, \dots)
45
 
45
 
46
\method{merge}{dendrogram}(x, y, \dots, height,
46
\method{merge}{dendrogram}(x, y, \dots, height,
47
      adjust = c("auto", "by.max", "none"))
47
      adjust = c("auto", "add.max", "none"))
48
 
48
 
49
\method{nobs}{dendrogram}(object, \dots)
49
\method{nobs}{dendrogram}(object, \dots)
50
 
50
 
51
\method{print}{dendrogram}(x, digits, \dots)
51
\method{print}{dendrogram}(x, digits, \dots)
52
 
52