Hello list
I have the following data in file in attachment.
in want to draw bars for every value of V5 in finction of V3
grouped by V2*V1. however, each unique value
of V4, V2 and V1 I want to draw a bar.

This example is very close to want I want to do. but
here, for each value of V3, barchart draws 2 superimposed  bar.
How to do to make them one beside another.


Thanks


t=read.table("actual")
barchart( V5 ~ V3 | V2 * V1,t)
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to