-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* switch to igraph for stemmata and added dotted lines for uncertainty' * basis of a function for a homemade stemma layout * added function layout_as_stemma * corrections * improved PCC.disagreement efficiency * some tests * simplified and documented PCC.Stemma output * plot virtual wits in grey * fixed namespace issue with V
- Loading branch information
1 parent
180e2d0
commit 6f0da9a
Showing
19 changed files
with
588 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
exportPattern("^[[:alpha:]]+") | ||
importFrom("graphics", "axis", "barplot", "legend", "par", "plot") | ||
importFrom("graphics", "axis", "barplot", "legend", "par", "plot","title") | ||
importFrom("stats", "fisher.test", "na.omit") | ||
importFrom("utils", "read.csv") | ||
importFrom("sna", "gplot", "gplot.layout.fruchtermanreingold") | ||
importFrom("network", "as.network", "network.vertex.names", "as.matrix.network", "set.vertex.attribute", "get.vertex.attribute") | ||
importFrom("cluster", "pam") | ||
importFrom("igraph", "graph_from_edgelist", "layout_as_tree", "plot.igraph", "E", "union", "topo_sort","V","neighbors") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.