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, 925🔥, 0💬
Popular Posts:
How to download FrameMaker 2017 Release for my Windows computer? I want to try it. You can follow th...
Why I am getting an error message dialog box when I try to save my PowerPoint presentation with some...
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
How do I tell what version of Outlook my computer is using? You can determine the version number of ...
How to update TOC (Table Of Content) for a FrameMaker book? I have make changes in some chapters. Yo...