search for: getsonde

Displaying 2 results from an estimated 2 matches for "getsonde".

Did you mean: getnode
2002 Jan 09
3
R package-building
...led (i.e. during the "R CMD check") the unix current working directory must be just below the package directory. The package is going to be called RadioSonde (after the instrument that collects the data), and I am building the package under unix. $cwd/RadioSonde/R/*.R # including getsonde.R $cwd/RadioSonde/man/*.Rd $cwd/RadioSonde/data/ExampleSonde.txt $cwd <prompt> R CMD check RadioSonde [works fine, I can build] In order to get the examples to "check" correctly they must be: profile1 <- getsonde("RadioSonde/data/ExampleSonde.txt") but then th...
2013 Mar 05
1
Reading Wyoming radiosonde data files with RadioSonde package
...Mean mixed layer potential temperature: 0.00 Mean mixed layer mixing ratio: 0.00 Here is the code I tried: filename <- 'D:\\Data\\sounding_test3.txt' datakey <- "------" varkey <- " PRES" unitkey <- " hPa" sample.sonde <- getsonde(filename, datakey, varkey, unitkey) Error in getsonde(filename, datakey, varkey, unitkey) : (getsonde): could not find a unique match for the data string Thanks, Ilik Win7 OS 64-bit, R version 2.13.0. [[alternative HTML version deleted]]