You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the wtr.heat.map function to create the following heat map
I'm now wanting to add a precipitation trendline at the top of the heat map. Does anyone know how I can do this?
This is my code so far:
TalusSouthHeatMap <- wtr.heat.map(TalusSouthdf, zlim = c(0, 20),
plot.title = title(
main = "Talus South Water Temp (C)",
xlab = "Date",
ylab = "Depth (m)"))
The text was updated successfully, but these errors were encountered:
heatheranneshaw-13
changed the title
Add precipitation trendline at the sop of a heatmap
Add precipitation trendline at the top of a heatmap
Jan 22, 2024
I have used the wtr.heat.map function to create the following heat map
I'm now wanting to add a precipitation trendline at the top of the heat map. Does anyone know how I can do this?
This is my code so far:
TalusSouthHeatMap <- wtr.heat.map(TalusSouthdf, zlim = c(0, 20),
plot.title = title(
main = "Talus South Water Temp (C)",
xlab = "Date",
ylab = "Depth (m)"))
The text was updated successfully, but these errors were encountered: