Description Usage Arguments Value Examples
Function to convert TIMESAT .tpa binary format file to an R dataframe.
1  | tpa2df(x, max_num_seasons)
 | 
x | 
 A string giving the location of a .tpa file output by TIMESAT  | 
max_num_seasons | 
 the maximum number of seasons for any of the pixels in the file  | 
A data.frame containing 14 columns: row, col, season, start, end, length, base_value, peak_time, peak_value, amp, left_deriv, right_deriv, large_integ, and small_integ
1 2  | # TODO: Need to add examples here, and need to include a sample TIMESAT tpa 
# file in the package data.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.