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, 864🔥, 0💬
Popular Posts:
What is the difference between a Web page and a filtered Web page? Word supports 2 Web page formats:...
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...
How to Uninstall Skype Meetings App on Windows? I don't need it anymore. You can following this tuto...
What is a slide master in PowerPoint? A slide master is a set of slide layouts defined to help you c...
What is "Microsoft SharePoint Server Colleague Import Add-in" COM Add-in in Outlook 2013? Should I d...