I have a problem with lowess function to smooth time series NDVI (8-day image from apr to oct in Julian day) as a function of time by polynomial regression in R. Here is the scripts I run:
#Create a time vector to act as x
time<-sort(sample(97:297, nlayers(ndvi2000crop1)))...