search for: tp14296509p14297847

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

2007 Dec 12
1
how to shorten elements in a data frame?
I have a data frame ("res$data" in the example below), and I'd like to walk through it, doing an approx() to interpolate each element in turn based on the value of the item named "pressure" that is in the data.frame. I've put some code below. I had hoped that the commented-out "length() <-" line would let me adjust the lengths of the items, but that has