marsBaroRasterPlot: Barometric Pressure Raster Plot

View source: R/mars_plotting_functions.R

marsBaroRasterPlotR Documentation

Barometric Pressure Raster Plot

Description

Create a raster plot of barometric pressures from each sensor for each day

Usage

marsBaroRasterPlot(baro)

Arguments

baro

a dataframe with columns: smp_id, baro_psi, day, year

Value

p, a ggplot2 plot

Examples

marsSampleBaro_plot %<>% dplyr::mutate("day" = yday_decimal(marsSampleBaro_plot$dtime_est),
                               "year" = lubridate::year(marsSampleBaro_plot$dtime_est))
marsBaroRasterPlot(marsSampleBaro_plot)


taywater/pwdgsi documentation built on April 19, 2024, 11:10 a.m.