Scatterplot Help

Hi Team,
Very beginner to coding. But say you have 3 variables/columns (e.g. weeks across the year - week 1 and 2 and so forth, computers clicks, and academic grades - A's and B's and C's and so forth) in table and you want to do a scatterplot of weeks on the x-axis and the average computer clicks of students of a certain academic grade on the y-axis. Where would you even begin?
Thank you

Hi @ms10 and welcome to the RStudio Community :partying_face: :partying_face: :partying_face: :partying_face: :partying_face:

Data-related questions and coding questions need not be hypothetical/theoretical in general. In fact, it is better to make them as practical as possible in order for the readers of your questions to have all the tools needed to help you better.

In your case, rather than describe what your dataset looks like, you could fire up excel and create/simulate a small dataset that contains the features of interest (i.e. those described in your question), upload it and share it with a link. Even better, you could use the dput() function, copy and paste your result in order to share your dataset with other users.

Your question seems rather simple. Go ahead and share an example dataset and the community will help you :slight_smile:. I also strongly encourage you to take a look at this for your future R questions:

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.