Jin Gao
Results
1
issues of
Jin Gao
# Decide which years to plot Year_Set = seq(min(Data_Geostat[,'Year']),max(Data_Geostat[,'Year'])) Years2Include = which( Year_Set %in% sort(unique(Data_Geostat[,'Year']))) This will general error when the Year_Set is not continuous. To solve the problem, change...