Description Usage Arguments Details Value Author(s) Examples
If gaps with the flag -9999.0 exist, these are set to NA.
1 | fLoadTXTIntoDataframe(FileName.s, Dir.s = "")
|
FileName.s |
File name as a character string |
Dir.s |
Directory as a character string |
Alternatively fLoadFluxNCIntoDataframe
loads data from NetCDF-Files.
In addition, fLoadEuroFlux16
loads data from several annual files in format corresponding to europe-fluxdata 2016.
For using only part of the records, use fFilterAttr
to keep units attributes.
Data frame with data from text file.
AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
1 2 3 4 | if( FALSE ) { #Do not always execute example code (e.g. on package installation)
Dir.s <- paste(system.file(package='REddyProc'), 'examples', sep='/')
EddyData.F <- fLoadTXTIntoDataframe('Example_DETha98.txt',Dir.s)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.