0
Hello! I have a problem to generate a chart in R.
I would like to make a chart of columns grouped using the following data described in the image below.
In this case the bits would be for each of the 9 points (P1, P2 ... P3), with the collection 1 grouped with collection 2.
I would like it to be like this in the X axis: P1 (columns P1 of collection 1 and collection 2) and so on until P9 (columns P1 of collection 1 and collection 2)
Thank you!
The values I added as follows, I know it is not the most practical: riq1<-scan() 7 2 3 3 2 4 3 4 4
riq2<-scan() 4 5 6 5 6 6 6 6 4