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 Function
How to use the plot() function on a function?
✍: FYIcenter.com
If you have a known function with a single independent variable,
you can pass the data frame as the first argument
followed by a starting value and an ending value
to the plot function to visualize the function.
Call plot() with the sin() function:
> typeof(sin) [1] "builtin" > is.function(sin) [1] TRUE > plot(sin, -pi, 2*pi)
The following graphic will be generated:
2023-03-17, 987🔥, 0💬
Popular Posts:
Why I getting the "Error! No text of specified style in document." in Microsoft Word? You are gettin...
How to configure Mozilla Firefox to use Notepad to edit Web page source code? By default, when you u...
How to view the document.xml file with a Web browser? Since the document.xml file contains text cont...
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Pl...
What is the difference between a Web page and a Single File Web Page? Word supports 2 Web page forma...