Description Usage Arguments Examples
TSF_process
1 | TSF_process(file_set, ncluster = 1, wait = TRUE, cache = TRUE, verbose = FALSE)
|
file_set |
file path of TIMESAT setting file. |
ncluster |
How many clusters to be used in parallel mode? |
wait |
A logical (not NA) indicating whether the R interpreter should wait for the command to finish, or run it asynchronously. |
1 2 3 4 5 | ## Not run:
file_set <- system.file("example/ascii/TSM.set", package = "rTIMESAT")
TSF_process(file_set)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.