Skip to content

Commit

Permalink
Update HDplot_graphs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardomortiz authored Oct 24, 2017
1 parent c1ae672 commit 589df05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDplot_graphs.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ maxH <- round(max(HDplotData$hetPerc, na.rm=TRUE), 1)
if (maxH >= 0.5) {
ticks_H <- round((maxH-minH)/20, digits=2)
} else {
ticks_H <- round((maxH-minH)/10, digits=3)
ticks_H <- round((maxH-minH)/10, digits=4)
}

minN <- min(HDplotData$num_samples, na.rm=TRUE)
Expand Down

0 comments on commit 589df05

Please sign in to comment.