search for: smoothfit1

Displaying 1 result from an estimated 1 matches for "smoothfit1".

2007 Mar 22
2
unexpected behavior of trellis calls inside a user-defined function
...rmation (main title, placement of additional points) from my i-th function call is leaking over into the i+1-th call. In the example below, I just get unexpected results. In my actual application, it breaks the whole function and one of the error messages I've gotten is: > figFun(smoothFit1) ## no longer worked, once I got fancy with trellis Error in depth(path) : no applicable method for "depth" Smallest example I could construct to illustrate at least one of my problems: predVals <- expand.grid(list(Sepal.Length = seq(from = min(iris$Sepal.Length),...