Template for a report
{wiki}
Title
Values for X:
min: {$f_$profileobject:r_test_xmin$}
max: {$f_$profileobject:r_test_xmax$}
{/wiki}
{wiki}
Those are the results:{/wiki}
{wikiplugin _name=r}{$f_$profileobject:r_test_xmin$}:{$f_$profileobject:r_test_xmax$}{/wikiplugin}
{wikiplugin _name=r}
x <- {$f_$profileobject:r_test_xmin$}:{$f_$profileobject:r_test_xmax$}
y <- x*x
y
y
1
y
2
plot(x,y)
{/wikiplugin}