Learn R Programming

ncdfCF (version 0.4.0)

makeVirtualGroup: 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 CFArray instance will also create a virtual group.

Usage

makeVirtualGroup(id, name, fullname)

Value

A VirtualGroup instance.

Arguments

id

The id of the group.

name

The name of the group.

fullname

The full path and name of the group.