search for: distance_to_outlet

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

2004 Aug 02
0
averaging 3D datasets
Dear R-users, I've spent most of the day reading R documentation at length but couldn't find something perhaps obvious. I have a dataset made of 3 morphometric variables for a series of watershed [log(slope); log(drainage_area); distance_to_outlet] My aim is to predict the value of log(slope) for pairs of [drainage_area; distance_to_outlet] (sounds like a plain linear model fitting, right, nothing too fancy there). In the literature, the standard procedure is to reduce the number of observations by computing the mean value of slope insides...