TSF_process
TSF_process(file_set, ncluster = 1, wait = TRUE, cache = TRUE)
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. |
if (FALSE) { file_set <- system.file("example/ascii/TSM.set", package = "rTIMESAT") TSF_process(file_set) }