# Locate the relationship between GPP and air temperature using default values
# for BLine and observation filter.
Gpp_ta <- optimum.temperature(data=AT_Neu_Jul_2010, GPP="GPP", Tair="Tair")
# Locate the relationship between GPP and air temperature at the 50th percentile,
# filtering temperature bins with fewer than 10 observations
Gpp_ta <- optimum.temperature(data=AT_Neu_Jul_2010,
GPP="GPP", Tair="Tair", BLine=0.50, Obs_filter=10)
Run the code above in your browser using DataLab