powered by
Add the data of the year of year_start - 1 to the head, add the data of the year of year_end - 1 to the tail.
year_start - 1
year_end - 1
add_HeadTail(d, south = FALSE, nptperyear, trs = 0.45)
data.table
A data.table, should have t (compositing date) or date (image date) column which are (Date variable).
t
date
Date
Boolean. In south hemisphere, growing year is 1 July to the following year 31 June; In north hemisphere, growing year is 1 Jan to 31 Dec.
Integer, number of images per year.
If nmissing < trs*nptperyear (little missing), this year is include to extract phenology; if FALSE, this year is excluded.
FALSE
library(phenofit) data("CA_NS6"); d = CA_NS6 nptperyear = 23 dnew <- add_HeadTail(d, nptperyear = nptperyear) # add one year in head and tail
Run the code above in your browser using DataLab