[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Drop explicit loading of ggplot2
Browse files Browse the repository at this point in the history
pulled in by cowplot
  • Loading branch information
mschilli87 committed May 17, 2018
1 parent c5e6d6f commit 84d179b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
# change log (reverse chronological) #
######################################

# 2018-05-17: replaced require by library
# 2018-05-17: dropped explicit loading of ggplot2 (pulled in by cowplot)
# replaced require by library
# 2018-05-16: renamed app for publication
# 2018-04-23: added fixed expression range support to 3D model coloring
# 2018-04-16: renamed y-axis limits inputs to expression range inputs
Expand Down Expand Up @@ -113,9 +114,6 @@
# get pipe operators
library(magrittr)

# get ggplot for plotting
library(ggplot2)

# get log2_trans for logscale
library(scales)

Expand Down

0 comments on commit 84d179b

Please sign in to comment.