Skip to content

Commit 622fef6

Browse files
author
Lindsay Carr
committed
updated error_bar formals call in config
1 parent 626820f commit 622fef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/config.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config <- function(type, ...){
6868
mtext=names(formals(graphics::mtext)),
6969
grid=names(formals(graphics::grid)),
7070
segments=names(formals(graphics::segments)),
71-
error_bar=c('x', 'y', '...', 'y.high', 'y.low', 'x.high', 'x.low', 'epsilon'),
71+
error_bar=names(formals(error_bar.default)),
7272
bgCol=names(formals(bgCol.default)),
7373
callouts=names(formals(callouts.default)),
7474
rect=names(formals(graphics::rect)),

0 commit comments

Comments
 (0)