Profile_r_test3_template01
{wiki}Values for X:min: {$f_$profileobject:r_test_xmin$}
max: {$f_$profileobject:r_test_xmax$}
Those are the results:{/wiki}
{wikiplugin _name=r}
x<-{$f_$profileobject:r_test_xmin$}:{$f_$profileobject:r_test_xmax$}
y<-x*x
plot(x,y)
title('Graph with xmin {$f_$profileobject:r_test_xmin$} & xmax {$f_$profileobject:r_test_xmax$} and y=x^2')
{/wikiplugin}
