File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ label_wrap_gen <- function(width = 25) {
141
141
# ' library(plyr)
142
142
# ' msleep$conservation2 <- revalue(msleep$conservation, conservation_status)
143
143
# '
144
- # ' p2 + facet_grid(vore ~ conservation2, labeller=labeller(vore=capitalize))
144
+ # ' p2 %+% msleep + facet_grid(vore ~ conservation2, labeller=labeller(vore=capitalize))
145
145
# '
146
- # ' p2 + facet_grid(vore ~ conservation2,
146
+ # ' p2 %+% msleep + facet_grid(vore ~ conservation2,
147
147
# ' labeller=labeller(conservation2=label_wrap_gen(10) ))
148
148
# '
149
149
labeller <- function (... , keep.as.numeric = FALSE ) {
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ p2 + facet_grid(vore ~ conservation,
74
74
library(plyr)
75
75
msleep$conservation2 <- revalue(msleep$conservation, conservation_status)
76
76
77
- p2 + facet_grid(vore ~ conservation2, labeller=labeller(vore=capitalize))
77
+ p2 \% + \% msleep + facet_grid(vore ~ conservation2, labeller=labeller(vore=capitalize))
78
78
79
- p2 + facet_grid(vore ~ conservation2,
79
+ p2 \% + \% msleep + facet_grid(vore ~ conservation2,
80
80
labeller=labeller(conservation2=label_wrap_gen(10) ))
81
81
}
82
82
You can’t perform that action at this time.
0 commit comments