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
- Host: GitHub
- URL: https://github.com/tobiste/laftr
- Owner: tobiste
- License: gpl-3.0
- Created: 2022-05-26T22:03:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T16:58:26.000Z (4 months ago)
- Last Synced: 2025-04-11T03:49:38.265Z (about 2 months ago)
- Topics: geochronology, thermochronology
- Language: R
- Homepage: https://tobiste.github.io/laftr/
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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