-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.13 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
Package: remote
Title: Empirical Orthogonal Teleconnections in R
Version: 1.2.2
Author: Tim Appelhans, Florian Detsch, Thomas Nauss
Maintainer: Tim Appelhans <[email protected]>
Description: Empirical orthogonal teleconnections in R.
'remote' is short for 'R(-based) EMpirical Orthogonal TEleconnections'.
It implements a collection of functions to facilitate empirical
orthogonal teleconnection analysis. Empirical Orthogonal Teleconnections
(EOTs) denote a regression based approach to decompose spatio-temporal
fields into a set of independent orthogonal patterns. They are quite
similar to Empirical Orthogonal Functions (EOFs) with EOTs producing
less abstract results. In contrast to EOFs, which are orthogonal in both
space and time, EOT analysis produces patterns that are orthogonal in
either space or time.
License: GPL (>= 3) | file LICENSE
Depends:
Rcpp (>= 0.10.3),
raster,
methods
Imports:
grDevices,
gridExtra,
latticeExtra,
mapdata,
scales,
stats,
utils
Suggests:
maps,
lattice,
grid,
sp
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Encoding: UTF-8