powered by
Takes output from make_do_matrix or make_temp_matrix and plots using filled.contour()
plot_column(data_matrix, title)
A matrix output by make_do_matrix() or make_temp_matrix()
The title you would like on the plot
Plots a filled contour plot showing the water column over time
# NOT RUN { data(metadata) temp <- make_temp_matrix("TBE.....07", metadata) plot_column(temp, "Trout Bog 2007 Temperature") # }
Run the code above in your browser using DataLab