Skip to content
Prev 166645 / 398502 Next

help me

Do you mean how to create an R function, CD, that
represents the resulting function of x?   If that's it
then try this:
function (x)
(1 - x)^2 - (1 - x)^2/2

See ?bodyAsExpression for more info.  Also try:
    demo("Ryacas-Function")
On Sun, Jan 11, 2009 at 11:13 AM, jolka sukyte <jolcka at gmail.com> wrote: