Question: how to make separate scatter graphs for separate groups with same format in R?
0
blacktomato27 • 60 wrote:
Hi to all R programmers i have data like this
|
Now i want to make 12 different scatter X(S.D):Y(Position)graphs per group with same format for all the graphs at the same time. i am doing this excel but it is taking lot of time, i came to knew that it will be very easy to do this with R. can any one help me? in making these graphs? any help would be highly apreciated
Thanks in Advance,
Genetist
ADD COMMENT
• link
•
modified 6.5 years ago
by
Sean Davis ♦ 26k
•
written
6.5 years ago by
blacktomato27 • 60
How is this related to bioinformatics? This looks like a pure R question (updating the post to provide biological context should suffice).
Do you want a scatterplot per group?
If you never used R befor, this would be a good task for you to learn data management and plotting in R.
There are plenty of tutorials, which exactly cover this topic. Therefore, you maybe want to try it first by yourself :)