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(-y^2/beta) ----------------- f where everything else other than u and y are various constants. *----------------------------------------------------------* Kayven Riese, BSCS, MS (Physiology and Biophysics) (415) 902 5513 cellular http://kayve.net Webmaster http://ChessYoga.org
On Tue, 16 Mar 2010, KAYVEN RIESE wrote:> > 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(-y^2/beta) > ----------------- > f > > where everything else other than u and y are various constants. > > *----------------------------------------------------------* > Kayven Riese, BSCS, MS (Physiology and Biophysics) > (415) 902 5513 cellular > http://kayve.net > Webmaster http://ChessYoga.org > *----------------------------------------------------------* >*----------------------------------------------------------* Kayven Riese, BSCS, MS (Physiology and Biophysics) (415) 902 5513 cellular http://kayve.net Webmaster http://ChessYoga.org
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. >