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, 1060🔥, 0💬
Popular Posts:
What do those Fitbit icons mean? Over the years, Fitbit has used a number of icons on their wearable...
What are browser popup ads for Firefox? Browser popup ads are new browser windows opened by Websites...
Where to find tutorials on LibGen (Library Genesis)? Here is a large collection of tutorials to answ...
Where to find answers to frequently asked questions on Microsoft Teams? Here is a list of frequently...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...