Is there a way to create a categorical heatmap? #138
-
|
I want to create something like the bistro.corr graphs, but where two columns in my data frame are defined as x and y and the fill color is defined as the count between them. Is this possible, or is there a way to go about making this work with an existing plot type? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Try to use |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
It seems there is an issue related to |
Beta Was this translation helpful? Give feedback.

Try to use
geomTile().See an example in cell [4] here.