Other packages > Find by keyword >

ncdf4  

Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("ncdf4", "1.23")



Attach the package and use:
library("ncdf4")
Maintained by
David Pierce
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-02-24
Latest Update: 2023-11-28
Description:
Provides a high-level R interface to data files written using Unidata's netCDF library (version 4 or earlier), which are binary data files that are portable across platforms and include metadata information in addition to the data sets. Using this package, netCDF files (either version 4 or "classic" version 3) can be opened and data sets read in easily. It is also easy to create new netCDF dimensions, variables, and files, in either version 3 or 4 format, and manipulate existing netCDF files. This package replaces the former ncdf package, which only worked with netcdf version 3 files. For various reasons the names of the functions have had to be changed from the names in the ncdf package. The old ncdf package is still available at the URL given below, if you need to have backward compatibility. It should be possible to have both the ncdf and ncdf4 packages installed simultaneously without a problem. However, the ncdf package does not provide an interface for netcdf version 4 files.
How to cite:
David Pierce (2010). ncdf4: Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files. R package version 1.23, https://cran.r-project.org/web/packages/ncdf4. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0 (2010-02-24 09:17), 1.6.1 (2012-04-11 20:13), 1.6 (2012-04-10 06:19), 1.10 (2013-11-22 09:40), 1.12 (2014-06-19 09:27), 1.13 (2014-09-16 06:48), 1.14 (2015-11-10 09:41), 1.15 (2015-12-04 08:40), 1.16.1 (2019-03-11 12:39), 1.16 (2017-04-02 00:56), 1.17.1 (2021-11-06 13:11), 1.17 (2019-10-23 21:10), 1.18 (2021-11-26 19:50), 1.19 (2021-12-15 05:10), 1.20 (2022-12-03 21:20), 1.21 (2023-01-07 01:30), 1.22 (2023-11-28 21:00)
Other packages that cited ncdf4 R package
View ncdf4 citation profile
Other R packages that ncdf4 depends, imports, suggests or enhances
Complete documentation for ncdf4
Functions, R codes and Examples using the ncdf4 R package
Some associated functions: ancvar_put . nc_close . nc_create . nc_enddef . nc_open . nc_redef . nc_sync . nc_version . ncatt_get . ncatt_put . ncdf4-internal . ncdf4-package . ncdim_def . ncvar_add . ncvar_change_missval . ncvar_def . ncvar_get . ncvar_rename . print.ncdf4 . 
Some associated R codes: ncdf4.R . ncdf4_priv.R . ncdf4_priv_att.R . ncdf4_priv_dim.R . ncdf4_priv_group.R . ncdf4_priv_var.R .  Full ncdf4 package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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