scintec1.nonprofile | R Documentation |
get timeseries of non-profile variables from a a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")
scintec1.nonprofile(file, header = list(), vars = list())
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 |
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
Clemens Druee
Scintec APRun software manual
dat <- scintec1.nonprofile(system.file("extdata", "example.mnd", package="readmet"))
head(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.