-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: TISCViewR
Type: Package
Title: Organizes and visualizes TISC input and outputs for easy model to model comparison.
Version: 0.1.0
Author: Bryan R Thomas, Ghislain Nono Gueye Ph.D.
Maintainer: Bryan R Thomas <bryanrt.bt@gmail.com>
Description: TISC landscape evolution modeling is a powerful open source tool for 4D analysis of flexure and surficial process. However, a weakness of TISC is the ability to readily compare model results in a qualitative way. TISCViewR was created to accept both input and output files from TISC to perform a more comparable analysis of model runs. TISCViewR was built to focus on basin depth, length, symmetry, and geohistory. Operations are performed upon data preserved in TISC's pfl file's- cross sectional data. Therefore, TISCViewR reduces dimensions to 3D.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
tibble,
purrr,
fs,
dplyr,
utils,
stats,
tidyr,
glue,
ggplot2,
plotly,
htmlwidgets,
readr,
stringr,
here,
forcats,
cli,
future,
furrr,
progressr
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr