read_tts: read_tts

Description Usage Arguments Value See Also Examples

View source: R/read_tts.R

Description

Read curve fitting time-series in TIMESAT .tts binary format file to dataframe.

Usage

1

Arguments

file

A .tts file output by TIMESAT

Value

A data.frame containing 'row' and 'col' columns giving the the row and column of a pixel in the input image to timesat, and then a number of columns named 't1', 't2', ...'tn', where n is the total number of image dates input to TIMESAT.

See Also

TSF_fit2time

Examples

1
2
file <- system.file("example/ascii/TSM_fit.tts", package = "rTIMESAT") 
d_tts <- read_tts(file)

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