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, 897🔥, 0💬
Popular Posts:
What do those Fitbit icons mean? Over the years, Fitbit has used a number of icons on their wearable...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...
How to find and read log file in FileZilla Server? I have logging turned on already. For FileZilla S...
Why I am getting the "Account Frozen" message when login to OneDrive? If you have not used your free...
How to pause file transfer in FileZilla FTP Client? I want to close the computer in the middle of a ...