Learn R Programming

ncdfCF (version 0.3.0)

makeMemoryGroup: Create a group in memory to hold CF objects

Description

With this function a group is created in memory, i.e. not associated with a netCDF resource on file. This can be used to prepare new CF objects before writing them to file. Extracting data from a CFVariable into a CFData instance will also create a memory group.

Usage

makeMemoryGroup(id, name, fullname, title, history)

Value

A MemoryGroup instance.

Arguments

id

The id of the group.

name

The name of the group.

fullname

The full path and name of the group.

title

The title attribute of the group.

history

The history attribute of the group.