Re: [R] Kriging for d3

2006-01-17 Thread Christian Lasarczyk
Hi, Fields might be what you are looking for. Christian 2006/1/17, Eivind Smørgrav [EMAIL PROTECTED]: Hi, I'm looking for software that can perform kriging on systems with dimensionality higher than 3, say d=5. Are anyone aware of packages in R that can do this? Thanks, Eivind

Re: [R] Stacked Area chart

2005-08-16 Thread Christian Lasarczyk
Maybe this is useful: stackedPlot - function(data, time=NULL, col=1:length(data), ...) { if (is.null(time)) time - 1:length(data[[1]]); plot(0,0 , xlim = range(time) , ylim = c(0,max(rowSums(data))) , t=n , ... ); for (i in length(data):1) {