Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 836 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 836 Bytes

UseriesGAwigl

UseriesGAwigl calculates weathering ages from uranium-series activity ratios in weathering profiles, using a genetic algorithm for optimisation

Web application

The package includes a web application, online at https://anthony-dosseto.shinyapps.io/U_series_gain_loss_optimisation/, where you can upload your CSV file, set the model parameters, run the model, and view the results. Choose this option is you are not familiar with R.

Installation

You can install the development version of UseriesGAwigl from GitHub with:

if(!require("remotes")) install.packages("remotes")
remotes::install_github("tonydoss/UseriesGAwigl")

Example