We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa336ec commit 7a3d514Copy full SHA for 7a3d514
man/labeller.Rd
@@ -61,7 +61,7 @@ p2 + facet_grid(vore ~ conservation,
61
labeller=labeller(vore = capitalize, conservation = conservation_status ))
62
63
# We could of course have renamed the levels;
64
-# then we can apply another nifty function:
+# then we can apply another nifty function
65
msleep$conservation2 <- plyr::revalue(msleep$conservation, conservation_status)
66
67
p2 \%+\% msleep +
0 commit comments