Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
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, 1069🔥, 0💬
Popular Posts:
Why I am getting the "Opening ChromeSetup.exe" dialog box when trying to install Google Chrome 31 on...
How to Uninstall Skype Meetings App on Windows? I don't need it anymore. You can following this tuto...
What is Web Companion that bundled FileZilla Client? Why Web Companion gets installed on my computer...
What are Control Connection and Data Connection used in FTP protocol? FTP protocol uses two independ...
How to pause file transfer in FileZilla FTP Client? I want to close the computer in the middle of a ...