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

Changed dateTime to Date.

parent b5a9c18c
No related branches found
No related tags found
1 merge request!51Fixed multi-pcode WQP call bug.
......@@ -532,10 +532,10 @@ siteInfo <- attr(temperatureAndFlow, "siteInfo")
par(mar=c(5,5,5,5)) #sets the size of the plot window
plot(temperatureAndFlow$dateTime, temperatureAndFlow$Wtemp_Max,
plot(temperatureAndFlow$Date, temperatureAndFlow$Wtemp_Max,
ylab=variableInfo$parameter_desc[1],xlab="" )
par(new=TRUE)
plot(temperatureAndFlow$dateTime, temperatureAndFlow$Flow,
plot(temperatureAndFlow$Date, temperatureAndFlow$Flow,
col="red",type="l",xaxt="n",yaxt="n",xlab="",ylab="",axes=FALSE
)
axis(4,col="red",col.axis="red")
......
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