Skip to content

Commit 315ab8a

Browse files
committed
Remove broken link
1 parent 8ffafad commit 315ab8a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

R/geom-bar.r

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
#' uses `stat_identity()`: it leaves the data as is.
1111
#'
1212
#' A bar chart uses height to represent a value, and so the base of the
13-
#' bar must always be shown to produce a valid visual comparison. Naomi Robbins
14-
#' has a nice
15-
#' \href{http://www.b-eye-network.com/view/index.php?cid=2468}{article on this
16-
#' topic}. This is why it doesn't make sense to use a log-scaled y axis with a
17-
#' bar chart.
13+
#' bar must always be shown to produce a valid visual comparison. This is why
14+
#' it doesn't make sense to use a log-scaled y axis with a bar chart.
1815
#'
1916
#' By default, multiple bars occupying the same `x` position will be stacked
2017
#' atop one another by [position_stack()]. If you want them to be dodged

man/geom_bar.Rd

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)