GLEON / rLakeAnalyzer

An R version of Lake Analyzer
43 stars 26 forks source link

Add precipitation trendline at the top of a heatmap #123

Open heatheranneshaw-13 opened 8 months ago

heatheranneshaw-13 commented 8 months ago

I have used the wtr.heat.map function to create the following heat map

TalusNorthHeatMap

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)"))