简体   繁体   中英

How to import data and create a scatter plot in R?

I have 334 records, with two columns:

  • Column (1): Resolution
  • Column (2): Number of images with a specific resolution

How can I make a scatter plot in R with this data? Is there a way to import the records, since it will be time consuming to enter 334 records?

If you do not know how to get data into R nor create a scatterplot, it sounds like you are very new to R.

You might want to use a program that lends a hand.

  • rstudio has a Workspace - import dataset menu; I'd recommend Rstudio, particularly if you are very new to R.
  • Rcmdr also has GUI options for getting data into R

As always Quick-R provides a helpful starting point:

More generally, it sounds like you need to spend some time with some introductory instructional material on R. Here are my suggested startings points .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM