Photoshop – Stacked barplot from 2 dataframes using 3 variables
I am looking to create a bar plot in R combining data from 2 different dataframes plus using a third variable as fill. The data: all_spp <- data.frame(NAME=c("A", "B", "C", "D"), spp=c(9, 5, 8, 6), cat=c("I", "II", "III", "IV") )…