plot_hefty_output: A plotting function for HeFTy inversions

View source: R/plot_hefty_output.R

plot_hefty_outputR Documentation

A plotting function for HeFTy inversions

Description

This function will take a tidy dataframe made from the text file output of a HeFTy inversion and plot it

Usage

plot_hefty_output(
  dF,
  constraints,
  facet_vars = "Sample",
  timelim = c(NA, NA),
  templim = c(NA, NA)
)

Arguments

dF

tidy dataframe extracted from HeFTy paths extracted with 'readpaths()'

constraints

dataframe with HeFTy constraints extracted with 'readconstraints()'

facet_vars

which variable to facet on, defaults to 'Sample'. Currently the only option

timelim

vector of length 2 with limits for time (x) axis. Defaults to NA, which lets ggplot set limits

templim

vector of length 2 with limits for temperature (y) axis. Defaults to NA, which lets ggplot set limits

Examples

HeFTySinglePlot()

jstanley26/thermochronplotr documentation built on June 4, 2022, 11:05 a.m.