I want to plot 4 wordcloud based on my data 1, 2,3,4. let's the column name x1, x2, x3, x4 I can plot it but I want the positive valued word will be blue and negative valued will be red. The size and color intensity will be based on their X1.
data <- read.csv("RotatedComponentMatrix.csv")
Thank you in advance.

