Skip to content

Various utilities for handling neuroimaging data in R via netcdf-files

Notifications You must be signed in to change notification settings

kkholst/neurocdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neurocdf

https://raw.github.com/kkholst/neurocdf/master/inst/slices.png

Installation

Installation from R

library(devtools)
install_bitbucket("neurocdf","kkholst")

netcdf 4 dependency

Mac OS X:

Install either via homebrew:

brew tap homebrew/science
brew install netcdf --enable-cxx-compat --enable-fortran

or macports:

sudo port install netcdf +gcc47

Install ncdf4 from CRAN:

install.packages("ncdf4",type="source")

Unix/Linux

NetCDF should be part of your distribution or compile from source.

Install ncdf4 from CRAN

install.packages("ncdf4",type="source")

Windows

Install binary ncdf4 from http://cirrus.ucsd.edu/~pierce/ncdf/

About

Various utilities for handling neuroimaging data in R via netcdf-files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages