Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused color level is dropped in ggmice() legend #148

Open
hanneoberman opened this issue Mar 5, 2024 · 0 comments
Open

Unused color level is dropped in ggmice() legend #148

hanneoberman opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hanneoberman
Copy link
Member

library(mice)
#> Warning: package 'mice' was built under R version 4.3.1
#> 
#> Attaching package: 'mice'
#> The following object is masked from 'package:stats':
#> 
#>     filter
#> The following objects are masked from 'package:base':
#> 
#>     cbind, rbind
library(ggmice)
#> 
#> Attaching package: 'ggmice'
#> The following objects are masked from 'package:mice':
#> 
#>     bwplot, densityplot, stripplot, xyplot
library(ggplot2)
#> Warning: package 'ggplot2' was built under R version 4.3.3
ggmice(nhanes, aes(bmi)) + geom_histogram(fill = "white")
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
#> Warning: Removed 9 rows containing non-finite outside the scale range
#> (`stat_bin()`).

萀Ȭ
#> Error in eval(expr, envir, enclos): object '萀Ȭ' not found

Created on 2024-03-05 with reprex v2.1.0

@hanneoberman hanneoberman added the bug Something isn't working label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant