Skip to content

Commit

Permalink
Increased size of genNullDist_scenarios.png
Browse files Browse the repository at this point in the history
  • Loading branch information
DomBennett committed Jul 22, 2013
1 parent 8b98f68 commit edb7480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion for_wiki.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ scenario5 <- rbind(genCommData(phylo, focal = 15, fact = 2, mean.incid = 4,
genCommData(phylo, focal = 4, fact = 2, mean.incid = 4,
mean.abun = 8, nsites = 20))
htypes <- as.character(c(rep(1, 20), rep(2, 20)))
png(filename = file.path("wiki", "genNullDist_scenarios.png"), width = 720)
png(filename = file.path("wiki", "genNullDist_scenarios.png"), width = 960,
height = 720)
par(mfrow = c(2,3))
plotComm(scenario0, phylo, no.margin = FALSE, groups = htypes)
mtext("Scenario 0", 3, 1)
Expand Down

0 comments on commit edb7480

Please sign in to comment.