draw_plot: Plot PAR data as line plot

Description Usage Arguments Value

View source: R/graphics.R

Description

Plot PAR data as line plot

Usage

1
2
3
4
5
6
7
8
draw_plot(
  x = read_parXtreem(),
  main = "PAR",
  xlabel = "Date",
  ylabel = "PAR (umols / m squared / second)",
  facet = NULL,
  ...
)

Arguments

x

tibble of parXtreem data

main

character, title

xlabel

character, title of xaxis

ylabel

character, title of yaxis

facet

character, name of the column to facet upon (like "Site") or NULL to skip

...

further arguments passed to theme

Value

ggplot2 object


rfrancolini/parXtreem documentation built on Dec. 22, 2021, 3:08 p.m.