rearrangeFiles {gimms} | R Documentation |
Rearrange GIMMS NDVI3g.v0 Files
Description
Rearrange local GIMMS NDVI3g.v0 files in ascending order of time. Since the naming convention has significantly changed towards NDVI3g.v1, such a measure should only be relevant for older file formats.
Usage
rearrangeFiles(
x,
dsn = getwd(),
pattern = "^geo.*.VI3g$",
pos = c(4, 6, 11),
...
)
Arguments
x |
|
dsn |
|
pattern |
|
pos |
|
... |
Further arguments passed to |
Value
A character
vector of filepaths arranged in ascending order of time.