Skip to content
Snippets Groups Projects
Commit da81e74e authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Deleted old code.

parent fda3e101
No related branches found
No related tags found
1 merge request!4added eval to match.call functions.
......@@ -20,13 +20,6 @@ mergeReport<-function(localDaily = Daily, localSample = Sample, interactive=TRUE
}
newSample <- merge(Daily[,c("Date","Q","LogQ")],Sample,by = "Date",all.y = TRUE)
# julFirst<-localDaily$Julian[1]
# sampleDate<-as.Date(localSample$Date)
# sampleJulian<-as.numeric(julian(sampleDate,origin=as.Date("1850-01-01")))
# sampleIndex <- sampleJulian-julFirst+1
# Q <- localDaily$Q[sampleIndex]
# LogQ<-log(Q)
# newSample<-data.frame(localSample,Q,LogQ)
return(newSample)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment