mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
fefat: fixed Euler plotting without axis text
This commit is contained in:
parent
ca65bca2f8
commit
62b5d7a668
5 changed files with 18 additions and 6 deletions
|
|
@ -111,6 +111,7 @@ mtcars |> plot_box_single("mpg")
|
|||
mtcars |> plot_box_single("mpg","cyl")
|
||||
gtsummary::trial |> plot_box_single("age","trt")
|
||||
mtcars |> plot_hbars(pri = "carb", sec = "cyl")
|
||||
mtcars |> plot_hbars(pri = "carb", sec = "cyl", ter="am")
|
||||
mtcars |> plot_hbars(pri = "carb", sec = NULL)
|
||||
mtcars |>
|
||||
default_parsing() |>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue