Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: pierreroudier
- Language: R
- Default Branch: master
- Size: 18.6 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
spemd: A bi-dimensional implementation of the Empirical Mode Decomposition (EMD)
Installation
The package is now available on CRAN:
install.packages("spemd")
Alternatively, you can install the development version using the devtools package:
devtools::install_github("pierreroudier/spemd")
If you do not have the devtools package installed, you can install it simply using:
install.packages("devtools")
Quick example
Gridded data
``` library(spemd)
library(gstat) # to get sample data library(raster) # for visualisation
Load sample data
data(ncp.grid, package = 'gstat') coordinates(ncp.grid) <- ~x+y gridded(ncp.grid) <- TRUE
plot(raster(ncp.grid))
Run EMD
res.ncp <- spEMD(ncp.grid, zcol = "depth", thresh.extrema = 0.1, verbose = FALSE)
Plot results
res <- stack(res.ncp) plot(res) ```
Owner
- Name: Pierre Roudier
- Login: pierreroudier
- Kind: user
- Location: New Zealand
- Repositories: 14
- Profile: https://github.com/pierreroudier
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 15
- Total Committers: 1
- Avg Commits per committer: 15.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| Pierre Roudier | p****r@g****m | 15 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 15 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hongfzh (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 175 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: spemd
A Bi-Dimensional Implementation of the Empirical Mode Decomposition for Spatial Data
- Homepage: https://github.com/pierreroudier/spemd
- Documentation: http://cran.r-project.org/web/packages/spemd/spemd.pdf
- License: GPL-3
-
Latest release: 0.1-1
published about 8 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.2.3 depends
- MBA * imports
- sp * imports
- spdep * imports
- gstat * suggests