mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@2d062e0ac5 🚀
This commit is contained in:
parent
8d56d197d6
commit
66780fc453
44 changed files with 1145 additions and 190 deletions
|
|
@ -688,7 +688,7 @@ create_plot(mtcars, "plot_violin", "mpg", "cyl") |> attributes()
|
|||
#> list()
|
||||
#>
|
||||
#> $plot_env
|
||||
#> <environment: 0x55cb96189f30>
|
||||
#> <environment: 0x55fda1fb5b88>
|
||||
#>
|
||||
#> $code
|
||||
#> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL)
|
||||
|
|
@ -844,6 +844,8 @@ mtcars |>
|
|||
#> Warning: Some strata appear at multiple axes.
|
||||
#> Warning: Some strata appear at multiple axes.
|
||||
|
||||
|
||||
# stRoke::trial |> plot_sankey("mrs_1", "mrs_6")
|
||||
mtcars |> plot_scatter(pri = "mpg", sec = "wt")
|
||||
#> Ignoring unknown labels:
|
||||
#> • legend.title : ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue