Skip to content

Commit 1e6481f

Browse files
plotlyBook changed to plotly_book
1 parent 34ef358 commit 1e6481f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ locale_codes <- tibble::tibble(
549549
Code = tools::file_path_sans_ext(locales)
550550
)
551551
552-
data(locale_table, package = "plotlyBook")
552+
data(locale_table, package = "plotly_book")
553553
554554
locale_df <- locale_table %>%
555555
dplyr::select(Language = Locale, Code = Languagecode) %>%
@@ -934,4 +934,4 @@ ggplotly(p) %>% hide_legend()
934934
knitr::include_graphics("images/xspline.svg")
935935
```
936936

937-
In more complicated cases, where your custom geom can not be converted to a lower level geom, a custom method for the `geom2trace()` generic is required (`methods(geom2trace)` lists all the basic geoms that we natively support). This method should involve a conversion from a data frame to a list-like object conforming to the [plotly.js figure reference](https://plot.ly/r/reference).
937+
In more complicated cases, where your custom geom can not be converted to a lower level geom, a custom method for the `geom2trace()` generic is required (`methods(geom2trace)` lists all the basic geoms that we natively support). This method should involve a conversion from a data frame to a list-like object conforming to the [plotly.js figure reference](https://plot.ly/r/reference).

0 commit comments

Comments
 (0)