-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
74 lines (74 loc) · 1.82 KB
/
DESCRIPTION
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: loadflex
Type: Package
Title: Models and Tools for Watershed Flux Estimates
Version: 1.9.2
Date: 2023-07-02
Authors@R: c(
person("Alison P.", "Appling", , "aappling@usgs.gov", c("aut", "cre")),
person("Miguel C.", "Leon", , , "aut"),
person("Lindsay R.", "Carr", , , "ctb"),
person("W. David", "Watkins", , , "ctb")
)
Author: Alison Appling, Miguel Leon
Maintainer: Alison Appling <aappling@usgs.gov>
Description: loadflex implements several of the most common methods for
modeling and predicting watershed solute fluxes and concentrations,
including interpolation and regression models, period-weighted averaging,
and the composite method. Integrates seamlessly with the USGS's
rloadest package and with native R regression models. Offers a uniform
interface for any model type, with which you can quickly fit models,
generate predictions, and aggregate to monthly or annual values.
VignetteBuilder: knitr
Encoding: UTF-8
Depends:
R(>= 3.0),
methods,
rloadest (>= 0.4.4)
Imports:
smwrBase (>= 1.1.2),
smwrStats,
smwrQW,
unitted (>= 0.2.8),
car,
dplyr,
EGRET,
ggplot2,
lubridate,
MASS,
Matrix,
splines,
stats
Suggests:
knitr,
testthat
LazyData: true
License: CC0
URL: https://github.com/USGS-R/loadflex
Collate:
'aaa_onLoad.R'
'aggregateSolute.R'
'convertToEGRET.R'
'covariance.R'
'deprecated.R'
'diagnostics.R'
'examples.R'
'getResiduals.R'
'interpolations.R'
'loadModelInterface.R'
'metadata.R'
'loadModel.R'
'loadComp.R'
'loadInterp.R'
'loadLm.R'
'loadReg.R'
'loadReg2.R'
'loadflex.R'
'match.arg.loadflex.R'
'plotEGRET.R'
'plots.R'
'predictors.R'
'summarizeData.R'
'text.R'
'uncertainty.R'
'unit.conversions.R'
RoxygenNote: 6.1.1