Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Jun 4, 2015
1 parent 9839b4d commit 735a82e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Version: 0.3.1
Authors@R: c( person("Claus O.", "Wilke", role = c("aut", "cre"), email =
"wilke@austin.utexas.edu"), person("Hadley", "Wickham", role = c("cph"),
email = "h.wickham@gmail.com") )
Description: Some helpful extensions and modifications to the 'ggplot2' library.
In particular, this package makes it easy to combine multiple 'ggplot2' plots
into one and label them with letters, e.g. A, B, C, etc., as is often required
for scientific publications. The package also provides a streamlined and clean
theme that is used in the Wilke lab, hence the package name, which stands for
Claus O. Wilke's plot library.
Description: Some helpful extensions and modifications to the 'ggplot2'
library. In particular, this package makes it easy to combine multiple
'ggplot2' plots into one and label them with letters, e.g. A, B, C, etc.,
as is often required for scientific publications. The package also provides
a streamlined and clean theme that is used in the Wilke lab, hence the
package name, which stands for Claus O. Wilke's plot library.
URL: https://github.com/wilkelab/cowplot
Depends:
R (>= 3.0.0),
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ plot.iris <- ggplot(iris, aes(Sepal.Length, Sepal.Width)) +
geom_point() + facet_grid(. ~ Species) + stat_smooth(method = "lm") +
background_grid(major = 'y', minor = "none") + # add thin horizontal lines
panel_border() # and a border around each panel
# plot.mpt and plot.diamonds were defined earlier
# plot.mpg and plot.diamonds were defined earlier
ggdraw() +
draw_plot(plot.iris, 0, .5, 1, .5) +
draw_plot(plot.mpg, 0, 0, .5, .5) +
Expand Down

0 comments on commit 735a82e

Please sign in to comment.