data in R. I used the following code to draw
a loess fit and got the output as
>?lines(lowess(log(abs(t(res))), log(abs(t(synthesised)))), col="red")
Error in lowess(log(abs(t(res))), log(abs(t(synthesised)))) :??
NA/NaN/Inf in foreign function call...then used the commands which generated the error as follows --
> system.time(fit <- loessFit( log(abs(t(res))),
log(abs(t(sy…
