File: prune_common_subtrees.dendlist.Rd

package info (click to toggle)
r-cran-dendextend 1.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: sh: 13; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prune.R
\name{prune_common_subtrees.dendlist}
\alias{prune_common_subtrees.dendlist}
\title{Prune trees to their common subtrees}
\usage{
prune_common_subtrees.dendlist(dend, ...)
}
\arguments{
\item{dend}{a \link{dendlist} of length two}

\item{...}{ignored}
}
\value{
A dendlist after prunning the labels to only include
those that are part of common subtrees in both dendrograms.
}
\description{
Prune trees to their common subtrees
}
\examples{

# NULL
}
\seealso{
\link{common_subtrees_clusters}
}