Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ae85ee

Browse files
author
Joseph Damiba
committed
suppress error in ci
1 parent 8dd5c92 commit 1ae85ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggplot2/2019-07-30-geom_hex.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ p <- ggplot(english_french, aes(x=engperc, y=frenperc, weight=total)) +
9090
x = "% fluent in English",
9191
y = "% fluent in French",
9292
fill = "population")
93-
ggplotly(p)
93+
p <- ggplotly(p)
9494
9595
p
9696
```

0 commit comments

Comments
 (0)