Are you sure that your GPP_int variable is indeed numeric?
If it is not, then that could explain your result.
Can you show us the first 6 lines of your data by using
dput(head(Copy_of_US_Vcm_daily_aflx))
?
I assume that Copy_of_US_Vcm_daily_aflx is already a data.frame.