Learn R Programming

OTUtable (version 1.1.2)

plot_column: Plot DO or temperature data from a depth profile over time

Description

Takes output from make_do_matrix or make_temp_matrix and plots using filled.contour()

Usage

plot_column(data_matrix, title)

Arguments

data_matrix

A matrix output by make_do_matrix() or make_temp_matrix()

title

The title you would like on the plot

Value

Plots a filled contour plot showing the water column over time

Examples

Run this code
# 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