Skip to content

Commit

Permalink
adding figures
Browse files Browse the repository at this point in the history
  • Loading branch information
DomBennett committed Jun 12, 2017
1 parent 7c08ebc commit a980ba3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/1_pinning.R
Expand Up @@ -47,7 +47,7 @@ tree_phylo <- ape::read.tree('temp.tre')
plot(tree_phylo, show.tip.label=FALSE, edge.width=0.5, type='fan', no.margin=FALSE,
edge.color='lightsteelblue3')
tids <- tids[tids %in% tree_phylo$tip.label]
# only plot 10 names and only use last two elements of a names -- easier to see
# only plot 10 names and only use last two elements of a name -- easier to see
print_tids <- sample(tids, 10, prob=1/sapply(tids, nchar))
print_names <- unlist(lapply(strsplit(print_tids, '_'),
function(x) paste0(x[(length(x)-1):length(x)], collapse=' ')))
Expand Down
Binary file added other/pinning.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other/simulation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a980ba3

Please sign in to comment.