Description Usage Arguments Value Functions Examples
View source: R/getTRMMDateTime.R
Extract date/time information from TRMM 3B42 files.
1 2 3 4 5 | getTRMMDateTime(x, as_posix = FALSE)
getTRMMDate(x, as_date = FALSE)
getTRMMTime(x)
|
x |
|
as_posix, as_date |
|
See 'Functions' section below.
getTRMMDateTime
: Get datetime of 3-hourly TRMM 3B42 file(s)
(character
or POSIXt
depending on 'as_posix').
getTRMMDate
: Get date of TRMM 3B42 file(s) (character
or Date
depending on 'as_date').
getTRMMTime
: Get time of 3-hourly TRMM 3B42 file(s)
(character
).
1 2 3 4 | getTRMMDateTime("3B42.20150106.03.7.HDF")
getTRMMDateTime("3B42.20150106.03.7.HDF", as_posix = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.