-
-
Notifications
You must be signed in to change notification settings - Fork 15
Remove ggmosaic from v0.5.0 #935
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
Changes from 5 commits
78da68f
fc313d6
e95e19c
a21fac7
1a74b44
601d3a9
b045167
6eba244
ff2b882
54ac71a
e9bcdb7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -968,13 +968,7 @@ bivariate_ggplot_call <- function(x_class, | |
| ) | ||
| # Factor and character plots | ||
| } else if (x_class == "factor" && y_class == "factor") { | ||
| plot_call <- reduce_plot_call( | ||
| plot_call, | ||
| substitute( | ||
| ggmosaic::geom_mosaic(aes(x = ggmosaic::product(xval), fill = yval), na.rm = TRUE), | ||
| env = list(xval = x, yval = y) | ||
| ) | ||
| ) | ||
| stop("Classes for 'x' and 'y' are currently not supported.") | ||
|
||
| } else { | ||
| stop("x y type combination not allowed") | ||
| } | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.