Create concatenated charts showing the heatmap of two categorical variables and the barcharts for occurrance of these variables. Heatmap will be on the left and the two barcharts will be on the right in the same column.
cat_dist_heatmap.Rd
Create concatenated charts showing the heatmap of two categorical variables and the barcharts for occurrance of these variables. Heatmap will be on the left and the two barcharts will be on the right in the same column.
Arguments
- cat_1
Name of the column name for the first categorical variable.
- cat_2
Name of the column name for the second categorical variable.
- data
Target data frame for visualization.
- title
Title for the chart.
- heatmap
Whether to include a heatmap plot or not.
- barchart
Whether to include the barchart or not.