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, 399🔥, 0💬
Popular Posts:
How to use MomoCast with Safari on iPhone and iPad to cast Website and video to Chromecast on TV? If...
What is the port number used for the control connection in FileZilla Server? How to change control c...
What contents are stored in a Web Archive (.mht) file? When you convert a word document into a singl...
Where to find answers to frequently asked questions on Facebook? I want to know how to know how to u...
How to create two columns in Microsoft Word documents? If you want to make a part of a Word document...