Not that I know, you should write the function yourself:
g<-1
f<-2
beta<-1
curve((-2*g*x*exp(-(x^ 2)/beta)/f))
But yes the idea to add such functionality within rkward is good :-)
Hope this helps
Mat
Is it possible to use the RKWard GUI to just plot a function? I will have
some exponential function, I need to plot u as a function of y where
u = -2yg exp(-y2/beta)
-----------------
f
where everything else other than u and y are various constants.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.