Re: [R] Computation of contour values - Speeding up computation

2008-09-20 Thread Andreas Wittmann
Thank you very much, yes maybe its worth working on it. best regards Andreas Uwe Ligges wrote: Andreas Wittmann wrote: Dear R useRs, i have the following code to compute values needed for a contour plot "myContour" <- functio

Re: [R] Computation of contour values - Speeding up computation

2008-09-10 Thread Uwe Ligges
Andreas Wittmann wrote: Dear R useRs, i have the following code to compute values needed for a contour plot "myContour" <- function(a, b, plist, veca, vecb, dim) { tmpb <- seq(0.5 * b, 1.5 * b, length=dim) tmpa <- seq(0.5 * a

[R] Computation of contour values - Speeding up computation

2008-09-10 Thread Andreas Wittmann
Dear R useRs, i have the following code to compute values needed for a contour plot "myContour" <- function(a, b, plist, veca, vecb, dim) { tmpb <- seq(0.5 * b, 1.5 * b, length=dim) tmpa <- seq(0.5 * a, 1.5 * a, length=dim) z