Hello I am a new user to the R community

Hello,
I am taking a class that requires using R. I don't know anything about R. I have imported my file and trying to create a plot. I know to you guys this sounds pretty simple, but can't figure it out yet.

Any advice you can provide would be appreciated.

Thanks,
George

What do your data look like, what kind of plot do you want to make and do you want to use any particular plotting function or package? You can provide your data by posting the output of

dput(DF)

or, if the data set is large

dput(head(DF))

In either case, replace DF with the variable that holds your data. Please place lines with three back ticks before and after your pasted output.
```
Your output
```

Hi, welcome!

I strongly encourage you to read this guidelines for making R related questions in an effective manner.

Hi ,

I am also very new in R but I can try to help you :slight_smile: . Did you try ggplot? we just learnt it and it is great!

Can you show me what did you write or which kind of plot do you want to do? there are many ways...(histograms...) etc

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.