CRAN

vmd 0.1.0

Variational Mode Decomposition

Released Nov 3, 2017 by Nicholas Hamilton

This package is available for Renjin and there are no known compatibility issues.

Dependencies

ggplot2 3.0.0 scales 1.0.0 magrittr 1.5 R6 2.2.2 Rcpp reshape2 1.4.3

A port and extension to the original 'Matlab' code made public by Dragomiretskiy and Zosso, for conducting Variational Mode Decomposition (VMD) as described within their 2013 publication (publication: , source: ).

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>vmd</artifactId>
    <version>0.1.0-b12</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:vmd')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.

Source

R

View GitHub Mirror

Release History