Hanne Oberman

Results 69 issues of Hanne Oberman

Maybe as bar graph or as bubble plot with `geom_count()`

enhancement

See `marginplot()` for inspo

enhancement

**Describe the bug** Clicking 'Edit this page' for one of the resources is linking to a non-existing GitHub page. **To Reproduce** E.g. https://forrt.org/curated_resources/361_introduction-to-simulations/ links to https://github.com/forrtproject/forrtproject.github.io/edit/master/content/curated_resources/361_introduction-to-simulations.md, which does not exist....

The text is centered, not justified, which can make the labels hard to match to the column ![image](https://github.com/amices/ggmice/assets/38891540/32a35d73-e979-4fb1-8e83-2e7701e3265d)

bug

Inspired by ``` r visdat::vis_dat(palmerpenguins::penguins) ``` ![](https://i.imgur.com/xE6zxbO.png) Created on 2024-06-28 with [reprex v2.1.0](https://reprex.tidyverse.org)

enhancement

Inspired by left frame ``` r VIM::aggr(palmerpenguins::penguins, numbers = TRUE, prop = FALSE) ``` ![](https://i.imgur.com/aObMLqA.png) Created on 2024-06-28 with [reprex v2.1.0](https://reprex.tidyverse.org)

enhancement

``` r library(mice); library(ggplot2); library(ggmice) #> Warning: package 'mice' was built under R version 4.3.1 #> #> Attaching package: 'mice' #> The following object is masked from 'package:stats': #> #>...

enhancement

``` r library(mice); library(ggmice); library(ggplot2) plot_flux(boys) ``` ![](https://i.imgur.com/asj0gdo.png) ``` r plot_flux(boys, label = FALSE) ``` ![](https://i.imgur.com/Pdo2FIB.png) ``` r plot_flux(boys, label = FALSE) + ggrepel::geom_label_repel(aes(label = vrb)) #> Warning: ggrepel: 2...

enhancement

using the #tidyrainbow or whenever #tidytuesday uses one of 'our' datasets