long_lineplot: Create line plot from observed temperature in long format

View source: R/long_lineplot.R

long_lineplotR Documentation

Create line plot from observed temperature in long format

Description

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

Usage

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


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.