Menu

Home

Christian Tatarau

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Admins:


Discussion

  • Christian Tatarau

    R statistics

    Install the package circular. For that, open a Ubuntu Terminal and start R:

    electrophy@electrophy:~$ R
    

    Then type:

    install.packages("circular")
    

    Homepage of the circular statistics project:
    http://cran.r-project.org/web/packages/circular/index.html
    Just save the following code as a .R file and run it from the R commander by calling it:

    source("[file path]")
    

    for example:

    source("/home/electrophy/Documents/circular01.R")
    
     

    Last edit: Christian Tatarau 2012-06-01
  • Christian Tatarau

     
  • Christian Tatarau

    Install the R package "sowas", which we use for wavelet coherence calculation:
    http://tocsy.pik-potsdam.de/wavelets/

    We also need the Python-R interface "RPy":
    http://rpy.sourceforge.net/

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.