Skip to content

Commit

Permalink
ggiraph() -> girafe()
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Nov 22, 2024
1 parent babb179 commit 154422b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vignettes/Applications/GLM.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pooled_plot <-
ylim(rng)
# Convert the plot to a format that the html file can handle
ggiraph(ggobj = pooled_plot)
girafe(ggobj = pooled_plot)
```

New levels are encoded as:
Expand Down Expand Up @@ -221,7 +221,7 @@ mixed_plot <-
xlim(rng) +
ylim(rng)
ggiraph(ggobj = mixed_plot)
girafe(ggobj = mixed_plot)
```

These values are very similar to the Bayesian estimates.
2 changes: 1 addition & 1 deletion vignettes/Applications/Tensorflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tf_plot <-
theme(legend.position = "top") +
labs(y = "Mean (log scale)", x = "Embedding")
ggiraph(ggobj = tf_plot)
girafe(ggobj = tf_plot)
```


Expand Down

0 comments on commit 154422b

Please sign in to comment.