scintec1.nonprofile {readmet} | R Documentation |
read the single-level variables from a file in Scintec Format-1 format
Description
get timeseries of non-profile variables from a a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")
Usage
scintec1.nonprofile(file, header = list(), vars = list())
Arguments
file |
name (and path if necessary) of the file to read |
header |
optionally, instead of reading the header from the file again,
the output of a previous call to |
vars |
optionally, instead of reading the header from the file again,
the output of a previous call to |
Value
list(vector); length(vector) = n (number of times contained in the file)
each vevtor contains a non-profile variable (see variable list)
special varaible name "time" contains the times as POSIXct
Author(s)
Clemens Druee
References
Scintec APRun software manual
Examples
dat <- scintec1.nonprofile(system.file("extdata", "example.mnd", package="readmet"))
head(dat)
[Package readmet version 1.7.1 Index]