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