GLEON / rLakeAnalyzer

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

labelling x and y axis of the wtr.heat.map - no error detected but nothing changes on my heat map #122

Open heatheranneshaw-13 opened 8 months ago

heatheranneshaw-13 commented 8 months ago

I'm using the following code to create a heat map with rlakeanalyzer. I'm having problems when I add functions.

When I run

TalusSouthHeatMap <- wtr.heat.map(TalusSouthdf)

I get a graph with a labelled y axis (Depth m). When I add the zlim function the y axis label disappears, and when I try to add the ylab, xlab and plot title nothing happens. No error is detected but nothing on my plot view changes.

This is the code I'm using when all the functions are added.

TalusSouthHeatMap <- wtr.heat.map(TalusSouthdf, zlim=c(0,20), xlab='Date', ylab="Depth (m)", plot.title="Talus South Water Temp (C)")

heatheranneshaw-13 commented 8 months ago

image of my heat map for reference

TalusNorthHeatMap