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:
What Is plot() Function
How to use the plot() function to generate graphics?
✍: FYIcenter.com
plot() function allows you to generate a graph representing
a given sequence of x-y points.
plot() function is provided in the built-in "graphics" package.
plot() function takes the following positional arguments:
plot() function also takes 5 optional named arguments:
Examples calling plot() function:
# coordinates specified as 2 vectors plot( c(1,2,3,4), c(31, 22, 13, 44) ) # coordinates specified as a data frame plot( c(1,2,3,4), c(31, 22, 13, 44) ) # coordinates specified as a function plot(sin, -pi, 2*pi)
2023-05-09, ∼1580🔥, 0💬
Popular Posts:
How register my Fitbit device through Fitbit Connect? I have an account with Fitbit server, installe...
How to fix the Microphone Permissions error with making a call with Messenger in iPhone? If your Mic...
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...
How to use MomoCast with Safari on iPhone and iPad to cast Website and video to Chromecast on TV? If...
How to open firewall for the FTP command-line tool on Windows for data connections in active mode? I...