flux_fingerprint_plot: Helper function to plot QF results for fluxes.

View source: R/flux_fingerprint_plot.R

flux_fingerprint_plotR Documentation

Helper function to plot QF results for fluxes.

Description

Given a flux measurement data frame, show when the flux and diffusivity measurements produced a QF value

Usage

flux_fingerprint_plot(input_fluxes, input_diffus_method = "Marshall")

Arguments

input_fluxes

data frame of computed fluxes

input_diffus_method

character string of diffusivity method used to compute fluxes. Can be one of "Marshall" or "Millington-Quirk".

Value

A ggplot graph where we have ordered factors showing the QA values a given flux computation

Author(s)

John Zobitz zobitz@augsburg.edu

Examples

# Make a fingerprint plot for computed flux values:
flux_fingerprint_plot(sjer_flux_2022_06)

neonSoilFlux documentation built on Nov. 23, 2025, 1:06 a.m.