Loading...
 
Skip to main content

History: Profile_r_test2_template01

Source of version: 4 (current)

Copy to clipboard
            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}
        
Collapse/expand modules below