We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcf3dd commit 7461b4eCopy full SHA for 7461b4e
R/text.R
@@ -43,5 +43,5 @@ text <- function(object, ...) {
43
44
45
text.gsplot <- function(object, ..., legend.name=NULL, side=c(1,2)){
46
- set_window_args(object, fun.name='text', ..., legend.name=legend.name, side=side, def.funs=graphics::text)
+ set_window_args(object, fun.name='text', ..., legend.name=legend.name, side=side, def.funs=graphics::text.default)
47
}
0 commit comments