Description Usage Arguments Details Value Examples
Assumes the following format:
| 1 | Month | (1-12) |
| 2 | Day | (1-31) |
| 3 | Year | |
| 4 | Hour | (0-23) |
| 5 | Minute | (0-59) |
| 6 | Second | (0-59) |
| 7 | Error code | |
| 8 | Status code | |
| 9 | Battery voltage | (V) |
| 10 | Speed of sound | (m/s) |
| 11 | Heading | (deg) |
| 12 | Pitch | (deg) |
| 13 | Roll | (deg) |
| 14 | Temperature | (degC) |
| 15 | Analog input | |
| 16 | Checksum | (1=failed) |
1 | load_sen(file.nm, folder.nm)
|
file.nm |
a valid file name. |
folder.nm |
the folder where the data file resides. |
a GDopp function for loading sensor diagnostic data from a file.
a GDopp data.frame.
1 2 3 | folder.nm <- system.file('extdata', package = 'GDopp')
file.nm <- "ALQ102.sen"
data.sen <- load_sen(file.nm = file.nm, folder.nm = folder.nm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.