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