SyntaxFix
Write A Post
Hire A Developer
Questions
You mean like this?
> eq = function(x){x*x} > plot(eq(1:1000), type='l')
(Or whatever range of values is relevant to your function)