Skip to content

Minor change to README to enable links #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ The legend grob, by itself.


Originally brought to you by
(Baptiste Auguié)[http://baptiste.github.io/]
[Baptiste Auguié](http://baptiste.github.io/)
(<https://github.com/tidyverse/ggplot2/wiki/Share-a-legend-between-two-ggplot2-graphs>)
and
(Shaun Jackman)[http://rpubs.com/sjackman]
[Shaun Jackman](http://rpubs.com/sjackman)
(<http://rpubs.com/sjackman/grid_arrange_shared_legend>).
We put it in a package.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ grid.draw(legend)

![](README/g_legend-1.png) The legend grob, by itself.

Originally brought to you by (Baptiste Auguié)\[<http://baptiste.github.io/>\] (<https://github.com/tidyverse/ggplot2/wiki/Share-a-legend-between-two-ggplot2-graphs>) and (Shaun Jackman)\[<http://rpubs.com/sjackman>\] (<http://rpubs.com/sjackman/grid_arrange_shared_legend>). We put it in a package.
Originally brought to you by [Baptiste Auguié](http://baptiste.github.io/) (<https://github.com/tidyverse/ggplot2/wiki/Share-a-legend-between-two-ggplot2-graphs>) and [Shaun Jackman](http://rpubs.com/sjackman) (<http://rpubs.com/sjackman/grid_arrange_shared_legend>). We put it in a package.

``` r
dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
Expand Down