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, ∼1598🔥, 0💬
Popular Posts:
How headers and footers are repeated in Microsoft Word? Why I see some headers and footers are repea...
How to download publication files from libgen.rs? libgen.rs or gen.lib.rus.ec is the most robust Web...
How to download Google Chrome 31? I heard it has some really nice features for Web developers. If yo...
What is "Microsoft Access Outlook Add-in for Data Collection and Publishing" COM Add-in in Outlook 2...
How to download Google Chrome 31? I heard it has some really nice features for Web developers. If yo...