Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
ampatzia committed Jul 1, 2017
1 parent 3fbeb80 commit c56a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ mg_plot<-function(object, collapsed ,use_log){
if (use_log == TRUE) {sums$Genes <- log(sums$Genes)}


p <- ggplot(sums, aes(x = n_memb, y = Genes))+ geom_point()+xlan("Number of Members")
p <- ggplot(sums, aes(x = n_memb, y = Genes))+ geom_point()+xlab("Number of Members")
if (use_log == TRUE) { p <- p + ylab("Genes (log)")}

p
Expand Down

0 comments on commit c56a56d

Please sign in to comment.