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.
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
```