Need panel plots by each state, comprising three columns in R
Neither data or plot made it through the spam filtres. A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just copy and paste the output in your e-mail. For the plot, .pdf seems most likely to work. On Tue, 19 Jul 2022 at 14:00, Ranjeet Kumar Jha
<ranjeetjhaiitkgp at gmail.com> wrote:
Hello, I need to draw a panel plot by each importing the attached csv data (sample panel plot attached as well). Each state should contain three columns- wt, avg, and observed, may be represented as legend or x-axis, and y-axis should show values. I tried doing it in ggplot in R but couldn't succeed. Please help plotting this panel plot. Thanks, Ranjeet
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.
John Kane Kingston ON Canada