nc_rcat: Concatenate records of the same variable from different ncdf...

View source: R/nctools-main.R

nc_rcatR Documentation

Concatenate records of the same variable from different ncdf files

Description

Concatenate records of the same variable from different ncdf files

Usage

nc_rcat(filenames, varid, output)

Arguments

filenames

A vector with the file names.

varid

The name of the variable to concatenate.

output

The name of the output file.

Value

NULL, it creates the new file in the disk.


roliveros-ramos/nctools documentation built on Aug. 13, 2022, midnight