long_lineplot: Create line plot from observed temperature in long format

Description Usage Arguments Value

View source: R/long_lineplot.R

Description

Plots a line plot of the temperatures with the lines coloured for each depth.

Usage

1
2
long_lineplot(data, rev.depths = FALSE, ylab = "Temperature",
  main = "Lineplot", colourblind = TRUE)

Arguments

data

dataframe; observations loaded with load.obs

rev.depths

logical; Reverse the labelling of the depths. Defaults to FALSE

ylab

character; Label of the y-axis. Defaults to 'Temperature'

main

character; Title of the graph. Defaults to 'Lineplot'

colourblind

logical; Use colourblind friendly colours. Defaults to TRUE

xlim

vector; Limits for the x-axis. Defaults to range of values in the data

Value

Line plot of temperatures at different depths


tadhg-moore/gotmtools documentation built on Oct. 9, 2019, 2:48 p.m.