Skip to content

Commit

Permalink
Example - trimmed a line.
Browse files Browse the repository at this point in the history
  • Loading branch information
talgalili committed Aug 17, 2013
1 parent d805de0 commit 2d8646d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/RcppDend.r
Expand Up @@ -34,8 +34,7 @@
#' R-devel-mailing list.
#' @seealso \code{\link{labels}}, \code{\link{dendrogram}}
#' @examples
#' hc <- hclust(dist(USArrests))
#' dend <- as.dendrogram(hc)
#' dend <- as.dendrogram(hclust(dist(USArrests)))
#'
#' labels(dend)
#'
Expand Down
3 changes: 1 addition & 2 deletions man/labels.dendrogram.Rd
Expand Up @@ -21,8 +21,7 @@
Extract the leaves labels from a dendrogram object.
}
\examples{
hc <- hclust(dist(USArrests))
dend <- as.dendrogram(hc)
dend <- as.dendrogram(hclust(dist(USArrests)))

labels(dend)

Expand Down

0 comments on commit 2d8646d

Please sign in to comment.