Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 3, 2024
1 parent 7417486 commit 1e33e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ggside(mpg, aes(displ, hwy, colour = class)) -
scale_color_brewer(palette = "Dark2")
```

tanglegram can be created with `ggcross()`:
tanglegram can be created with `cross_layout()`:
```{r}
set.seed(1234)
big_mat <- matrix(rnorm(200), nrow = 20)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ggside(mpg, aes(displ, hwy, colour = class)) -

<img src="man/figures/README-unnamed-chunk-7-1.png" width="100%" />

tanglegram can be created with `ggcross()`:
tanglegram can be created with `cross_layout()`:

``` r
set.seed(1234)
Expand Down

0 comments on commit 1e33e0c

Please sign in to comment.