---------------------
Welcome to dendextend version 1.19.1
Type citation('dendextend') for how to cite the package.
Type browseVignettes(package = 'dendextend') for the package vignette.
The github page is: https://github.com/talgalili/dendextend/
Suggestions and bug-reports can be submitted at: https://github.com/talgalili/dendextend/issues
You may ask questions at stackoverflow, use the r and dendextend tags:
https://stackoverflow.com/questions/tagged/dendextend
To suppress this message use: suppressPackageStartupMessages(library(dendextend))
---------------------
Attaching package: 'dendextend'
The following object is masked from 'package:stats':
cutree
library(stylo)
### stylo version: 0.7.5 ###
If you plan to cite this software (please do!), use the following reference:
Eder, M., Rybicki, J. and Kestemont, M. (2016). Stylometry with R:
a package for computational text analysis. R Journal 8(1): 107-121.
<https://journal.r-project.org/archive/2016/RJ-2016-007/index.html>
To get full BibTeX entry, type: citation("stylo")
library(ape)
Attaching package: 'ape'
The following objects are masked from 'package:dendextend':
ladderize, rotate
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
✖ dplyr::where() masks ape::where()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(ggsci)
Warning: package 'ggsci' was built under R version 4.5.2
library(phangorn)library(TreeTools)
Warning: package 'TreeTools' was built under R version 4.5.2
Registered S3 method overwritten by 'TreeTools':
method from
[.phyDat phangorn
library(rgl)
Warning: package 'rgl' was built under R version 4.5.2
Warning in rgl.init(initValue, onlyNULL): X11 error: GLXBadContext
Warning: 'rgl.init' failed, will use the null device.
See '?rgl.useNULL' for ways to avoid this warning.
library(igraph)
Warning: package 'igraph' was built under R version 4.5.2
Attaching package: 'igraph'
The following object is masked from 'package:phangorn':
diversity
The following objects are masked from 'package:lubridate':
%--%, union
The following objects are masked from 'package:dplyr':
as_data_frame, groups, union
The following objects are masked from 'package:purrr':
compose, simplify
The following object is masked from 'package:tidyr':
crossing
The following object is masked from 'package:tibble':
as_data_frame
The following objects are masked from 'package:ape':
degree, edges, mst, ring
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union