scintec1.profile {readmet} | R Documentation |
read the multi-level (profile) variables from a Scintec Format-1 file
Description
get profile variables from a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")
Usage
scintec1.profile(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(matrix); dim(matrix)=c(n,m)
where n is number of times contained in the file and m is
the number of levels
i.e. rows represents timeseries of at a fixed level,
columns represent profiles at a fixed time
Author(s)
Clemens Druee
References
Scintec APRun software manual
Examples
dat <- scintec1.profile(system.file("extdata", "example.mnd", package="readmet"))
dat
[Package readmet version 1.7.1 Index]