Skip to content

Commit 7a3d514

Browse files
committed
Update docs
1 parent fa336ec commit 7a3d514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/labeller.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ p2 + facet_grid(vore ~ conservation,
6161
labeller=labeller(vore = capitalize, conservation = conservation_status ))
6262
6363
# We could of course have renamed the levels;
64-
# then we can apply another nifty function:
64+
# then we can apply another nifty function
6565
msleep$conservation2 <- plyr::revalue(msleep$conservation, conservation_status)
6666
6767
p2 \%+\% msleep +

0 commit comments

Comments
 (0)