Description Usage Arguments Value Examples
Read seasonality phenological metrics in TIMESAT .tpa binary format file to dataframe.
1 |
file |
A string giving the location of a .tpa file output by TIMESAT |
A data.frame containing 14 columns:
"row", "col", "season", "time_start", "time_end", "len",
"val_base", "time_peak", "val_peak", "ampl", "der_l", "der_r",
"integ_large", "integ_small", "val_start", "val_end"
.
1 2 | file <- system.file("example/ascii/TSM_TS.tpa", package = "rTIMESAT")
d_tpa <- read_tpa(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.