Other packages > Find by keyword >

RNifti  

Fast R and C++ Access to NIfTI Images
View on CRAN: Click here


Download and install RNifti package within the R console
Install from CRAN:
install.packages("RNifti")

Install from Github:
library("remotes")
install_github("cran/RNifti")

Install by package version:
library("remotes")
install_version("RNifti", "1.8.0")



Attach the package and use:
library("RNifti")
Maintained by
Jon Clayden
[Scholar Profile | Author Map]
First Published: 2016-09-01
Latest Update: 2023-05-17
Description:
Provides very fast read and write access to images stored in the NIfTI-1, NIfTI-2 and ANALYZE-7.5 formats, with seamless synchronisation of in-memory image objects between compiled C and interpreted R code. Also provides a simple image viewer, and a C/C++ API that can be used by other packages. Not to be confused with 'RNiftyReg', which performs image registration and applies spatial transformations.
How to cite:
Jon Clayden (2016). RNifti: Fast R and C++ Access to NIfTI Images. R package version 1.8.0, https://cran.r-project.org/web/packages/RNifti. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.1.0 (2016-09-01 17:29), 0.2.0 (2016-09-20 00:43), 0.2.1 (2016-09-20 23:35), 0.2.2 (2016-10-02 15:49), 0.3.0 (2016-12-08 15:29), 0.4.0 (2017-02-03 14:36), 0.5.0 (2017-03-09 04:06), 0.5.1 (2017-05-11 14:47), 0.7.0 (2017-06-12 06:45), 0.7.1 (2017-09-14 17:44), 0.8.0 (2018-06-26 21:23), 0.8.1 (2018-07-05 17:00), 0.9.0 (2018-09-10 13:20), 0.10.0 (2018-10-19 16:50), 0.11.0 (2019-06-17 19:35), 0.11.1 (2019-08-01 15:50), 1.0.0 (2019-11-21 15:50), 1.0.1 (2019-11-27 14:50), 1.1.0 (2020-01-31 19:20), 1.2.0 (2020-08-25 14:10), 1.2.1 (2020-09-01 11:50), 1.2.2 (2020-09-07 09:10), 1.2.3 (2020-10-08 20:10), 1.3.0 (2020-12-04 11:30), 1.3.1 (2021-05-13 17:32), 1.4.0 (2022-02-14 16:10), 1.4.1 (2022-07-01 16:00), 1.4.2 (2022-10-31 14:22), 1.4.3 (2022-11-07 22:00), 1.4.4 (2023-01-16 23:10), 1.4.5 (2023-01-30 16:00), 1.5.0 (2023-05-17 20:40), 1.5.1 (2023-11-28 13:10), 1.6.0 (2024-02-15 18:20), 1.6.1 (2024-03-07 01:10), 1.7.0 (2024-06-19 23:40)
Other packages that cited RNifti R package
View RNifti citation profile
Other R packages that RNifti depends, imports, suggests or enhances
Complete documentation for RNifti
Functions, R codes and Examples using the RNifti R package
Some associated functions: ExtensionCodes . asNifti . channels . defaultInfoPanel . extensions . indexing . internalImage . ndim . niftiHeader . niftiVersion . pixdim . readNifti . rgbArray . view . voxelToWorld . writeNifti . xform . 
Some associated R codes: extensions.R . image.R . nifti.R . rgb.R . viewer.R . xform.R . zzz.R .  Full RNifti package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RNifti406080100120140160180200220TrendBars

Today's Hot Picks in Authors and Packages

MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA