plot_station_instruments: Plot date ranges at which different instruments were deployed...

plot_station_instrumentsR Documentation

Plot date ranges at which different instruments were deployed at each station

Description

Plot date ranges at which different instruments were deployed at each station

Usage

plot_station_instruments(
  data,
  dt = "date_time",
  station = "station_name",
  instrument = "instrument"
)

Arguments

data

data frame

dt

a date or date/time column in data

station

column in data containing station names or ids

instrument

column in data containing instrument type

Value

a ggplot2 opbject


bcgov/rcaaqs documentation built on Dec. 12, 2023, 9:21 a.m.