Skip to content

Commit

Permalink
also export supported_equations()
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir committed Nov 14, 2023
1 parent f50778c commit c412bd7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(bootstrap_means)
export(clumped_calib_boot)
export(d18Osw_calc)
export(filter_outliers)
export(supported_equations)
export(temp_calc)
export(temp_d18Osw_calc)
importFrom(stats,coef)
1 change: 1 addition & 0 deletions R/equation_supported.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ equation_supported <- function(equation) {
#' Bemis, B. E., Spero, H. J., Bijma, J., & Lea, D. W. (1998). Reevaluation of the oxygen isotopic composition of planktonic foraminifera: Experimental results and revised paleotemperature equations. _Paleoceanography_, _13(2)_, 150–160. https://doi.org/10.1029/98PA00070
#'
#' Marchitto, T. M., Curry, W. B., Lynch-Stieglitz, J., Bryan, S. P., Cobb, K. M., & Lund, D. C. (2014). Improved oxygen isotope temperature calibrations for cosmopolitan benthic foraminifera. _Geochimica et Cosmochimica Acta_, _130_, 1–11. https://doi.org/10.1016/j.gca.2013.12.034
#' @export
supported_equations <- function() {
c(
"Shackleton1974",
Expand Down
25 changes: 25 additions & 0 deletions man/supported_equations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c412bd7

Please sign in to comment.