| plot_hf {detzrcr} | R Documentation | 
Plot Lu-Hf data
Description
Plot Lu-Hf data as both epsilon-Hf vs. age and 176/177Hf vs. age.
Usage
plot_hf(
  dat,
  range = c(0, 4560),
  plot_type = "ehf",
  guide = TRUE,
  x_errors = FALSE,
  y_errors = FALSE,
  error_bars = FALSE,
  contours = FALSE,
  x_bandwidth = NULL,
  y_bandwidth = NULL,
  contour_data = NULL,
  combine_contours = FALSE,
  constants
)
Arguments
dat | 
 data.frame  | 
range | 
 range to display  | 
plot_type | 
 'ehf'=epsilon-Hf; 'hfhf'=176/177Hf  | 
guide | 
 logical, show legend?  | 
x_errors | 
 logical, include x errorbars  | 
y_errors | 
 logical, include y errorbars  | 
error_bars | 
 logical, include errorbars  | 
contours | 
 logical, plot contours?  | 
x_bandwidth | 
 bandwidth 2dkde x-direction  | 
y_bandwidth | 
 bandwidth 2dkde y-direction  | 
contour_data | 
 data.frame containing data to contour  | 
combine_contours | 
 logical combine contouring data  | 
constants | 
 vector of constants which must be in the order decay constant 176Lu, 176/177Hf CHUR, 176Lu/177Hf CHUR, 176/177Hf DM and 176Lu/177Hf DM  | 
[Package detzrcr version 0.3.1 Index]