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'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)")
The text was updated successfully, but these errors were encountered:
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)")
The text was updated successfully, but these errors were encountered: