Skip to content

Commit 57b2cd8

Browse files
committed
Removing long-line note
1 parent 30fe782 commit 57b2cd8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

R/error_bars.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
#' gsNew <- abline(gsNew, b=1, a=0, legend.name="1:1")
2525
#' gsNew <- legend(gsNew, location = "topleft",title="Awesome!")
2626
#' gsNew <- grid(gsNew)
27-
#' gsNew <- error_bar(gsNew, 1:3, y=c(3,1,2), offset.up=c(0.5,0.25,1), offset.down=0.1)
28-
#' gsNew <- error_bar(gsNew, x=1:3, y=c(3,1,2), offset.left=c(.2,NA,.2), offset.right=.2, col="red",lwd=3)
27+
#' gsNew <- error_bar(gsNew, 1:3, y=c(3,1,2),
28+
#' offset.up=c(0.5,0.25,1), offset.down=0.1)
29+
#' gsNew <- error_bar(gsNew, x=1:3, y=c(3,1,2),
30+
#' offset.left=c(.2,NA,.2),
31+
#' offset.right=.2, col="red",lwd=3)
2932
#' gsNew <- title(gsNew, "Graphing Fun")
3033
#' gsNew
3134
#'

man/error_bar.Rd

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

0 commit comments

Comments
 (0)