Package: remote 1.2.3

remote: Empirical Orthogonal Teleconnections in R

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.

Authors:Tim Appelhans [cre, aut], Florian Detsch [aut], Thomas Nauss [ctb]

remote_1.2.3.tar.gz
remote_1.2.3.zip(r-4.7)remote_1.2.3.zip(r-4.6)remote_1.2.3.zip(r-4.5)
remote_1.2.3.tgz(r-4.6-x86_64)remote_1.2.3.tgz(r-4.6-arm64)remote_1.2.3.tgz(r-4.5-x86_64)remote_1.2.3.tgz(r-4.5-arm64)
remote_1.2.3.tar.gz(r-4.7-arm64)remote_1.2.3.tar.gz(r-4.7-x86_64)remote_1.2.3.tar.gz(r-4.6-arm64)remote_1.2.3.tar.gz(r-4.6-x86_64)
remote_1.2.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
remote/json (API)
NEWS

# Install 'remote' in R:
install.packages('remote', repos = c('https://tim-salabim.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • australiaGPCP - Monthly GPCP precipitation data for Australia
  • pacificSST - Monthly SSTs for the tropical Pacific Ocean
  • vdendool - Mean seasonal (DJF) 700 mb geopotential heights

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

cpp

2.80 score 117 scripts 1.1k downloads 20 exports 26 dependencies

Last updated from:b8b9755236. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK223
linux-devel-x86_64OK230
source / vignettesOK207
linux-release-arm64OK266
linux-release-x86_64OK238
macos-release-arm64OK212
macos-release-x86_64OK516
macos-oldrel-arm64OK222
macos-oldrel-x86_64OK799
windows-develOK251
windows-releaseOK242
windows-oldrelOK240
wasm-releaseOK135

Exports:anomalizecalcVarcovWeightcutStackdeg2raddenoisedeseasoneotEotCyclegeoWeightgetWeightslagalizelongtermMeansnmodesnXplainplotpredictreadEotsubsetwriteEot

Dependencies:clideldirfarvergluegridExtragtableinterpjpeglabelinglatticelatticeExtralifecyclemapdatamapsMASSpngR6rasterRColorBrewerRcppRcppEigenrlangscalesspterraviridisLite

Readme and manuals

Help Manual

Help pageTopics
R EMpirical Orthogonal TEleconnectionsremote-package remote
Create an anomaly RasterStackanomalize
Monthly GPCP precipitation data for AustraliaaustraliaGPCP
Calculate space-time variance of a RasterStack or RasterBrickcalcVar
Create a weighted covariance matrixcovWeight
Shorten a RasterStackcutStack
Convert degrees to radiansdeg2rad
Noise filtering through principal componentsdenoise
Create seasonal anomaliesdeseason deseason,numeric-method deseason,RasterStackBrick-method
EOT analysis of a predictor and (optionally) a response RasterStackeot eot,RasterStackBrick-method
Calculate a single EOTEotCycle
Class EotModeEotMode-class
Class EotStackEotStack-class
Geographic weightinggeoWeight
Calculate weights from latitudegetWeights
Create lagged RasterStackslagalize
Calculate long-term means from a 'RasterStack'longtermMeans
Names of Eot* objectsnames names,EotMode-method names,EotStack-method names<- names<-,EotMode-method names<-,EotStack-method
Number of modes of an EotStacknmodes nmodes,EotStack-method
Number of EOTs needed for variance explanationnXplain nXplain,EotStack-method
Monthly SSTs for the tropical Pacific OceanpacificSST
Plot an Eot* objectplot plot,EotMode,ANY-method plot,EotStack,ANY-method
EOT based spatial predictionpredict predict,EotMode-method predict,EotStack-method
Read 'Eot'* files from diskreadEot
Subset modes in EotStackssubset subset,EotStack-method [[,EotStack,ANY,ANY-method
Mean seasonal (DJF) 700 mb geopotential heightsvdendool
Write Eot* objects to diskwriteEot writeEot,EotMode-method writeEot,EotStack-method