50934/how-to-add-create-a-box-plot-with-categorical-columns
How to add create a box plot with categorical columns? Hi, i want to plot a box plot to show sales over category. But i am getting below error.
Is there a way to show box plot for categorical variables(fields)?
You can use this command to create ...READ MORE
You can use mtabulate in the following way: library(qdapTools) cbind(data[1], ...READ MORE
How to fit different elements in a ...READ MORE
Hi@akhtar, A pirate plot a plot contained in ...READ MORE
colSums(is.na(data_frame_name)) will return you number of nulls ...READ MORE
Use code as below - lapply(air,function(x) { length(which(is ...READ MORE
How to add color legend for box ...READ MORE
Can i add a boxplot using 2 ...READ MORE
You can use dplyr function arrange() like ...READ MORE
Use dplyr function group_by(). > n = as.data.frame(num) > ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.