An open API service indexing awesome lists of open source software.

https://github.com/tobiste/laftr

Calculates the ages from LA-ICP-MS based fission track dating
https://github.com/tobiste/laftr

geochronology thermochronology

Last synced: about 2 months ago
JSON representation

Calculates the ages from LA-ICP-MS based fission track dating

Awesome Lists containing this project

README

        

# laftr

**laftr** is a free and open-source **R** package calculates the ages from LA-ICP-MS based fission track (LAFT) dating using the zeta approach

## Prerequisites

You must have R installed on your system (see http://r-project.org). Additionally, to install **laftr** from Github, you also need the `remotes` package. This can be installed by typing the following code at the R command line prompt:

```
install.packages("remotes")
```

## Installation

The most recent development version of **laftr** is available from Github and can be installed on your system as follows:

```
remotes::install_github('tobiste/laftr')
library('laftr')
```

## Documentation
https://tobiste.github.io/laftr/

## License
GPL-3.0 License