TSF_process: TSF_process

Description Usage Arguments Examples

View source: R/TSF_process.R

Description

TSF_process

Usage

1
TSF_process(file_set, ncluster = 1, wait = TRUE, cache = TRUE, verbose = FALSE)

Arguments

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.

Examples

1
2
3
4
5
## Not run: 
file_set <- system.file("example/ascii/TSM.set", package = "rTIMESAT")
TSF_process(file_set)

## End(Not run)

kongdd/rTIMESAT documentation built on Aug. 10, 2021, 4:09 a.m.