Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (398)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
plot() on Data Frame
How to use the plot() function on a data frame?
✍: FYIcenter.com
If you have a data frame with 2 columns,
you can pass the data frame as the first argument
to the plot() function to visualize the data.
Call plot() with the example data frame, "cars":
> dim(cars) [1] 50 2 > plot(cars)
The following graphic will be generated:
2023-03-17, 176👍, 0💬
Popular Posts:
How to add a new layout to the slide master in PowerPoint? In my PowerPoint presentation, I need to ...
How to create a macro in Microsoft Word? I want to learn how to do things in my Word document with V...
How to Login to Microsoft Teams desktop version on my Windows computer? If you have Microsoft Teams ...
Why I am getting the "Opening ChromeSetup.exe" dialog box when trying to install Google Chrome 31 on...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...