Displaying 1 result from an estimated 1 matches for "argsspacex50".
2001 Aug 02
1
Package GSS for interpolation in more than 2D?
...ied in
the first three.
The smaller data.frame, may have been generated by e.g.
expand.grid(ntotalclouds=seq(1000000, 12000000, length=2),
EW=seq(8,25,length=3),
numberofbins=seq(100, 1000, length=3))
while the larger data.frame may look like
argsspacex50 <- expand.grid(ntotalclouds=seq(1000000, 12000000, length=6),
EW=seq(8,25,length=6),
numberofbins=seq(100, 1000, length=7))
what I want to do, is simply to interpolate the data in the smaller
data.frame so that I get a new data.frame where...