Skip to content

Commit

Permalink
small changes to script
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbapst committed May 30, 2019
1 parent 59e20dd commit aff5775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions analysis/Fagales_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ pdf_path <- paste0("~//chapter2//analysis/",


pdf(file = pdf_path,
height = 30,
width = 3)
height = 100,
width = 4)
plot(mergedTree,
cex=0.20,
cex=0.3,
show.tip.label = TRUE,
no.margin = FALSE)
no.margin = TRUE)
dev.off()
# need to use path expand to convert ~
shell.exec(path.expand(pdf_path))
Expand Down

0 comments on commit aff5775

Please sign in to comment.