ZOLD-validVarTypes: Admissible variable types in gmData objects

Description Usage Value Author(s) See Also Examples

Description

The variable types in a gmData object must be from a vector predefined types which may be inspected by the command validVarTypes(). The available types may be extended by the package developers as demonstrated in the example.

Usage

1

Value

A character vector with the names of the admissible variable types.

Author(s)

S<f8>ren H<f8>jsgaard, sorenh@math.aau.dk,
Claus Dethlefsen, cld@rn.dk

See Also

gmData

Examples

1
2
3
oldtypes <- validVarTypes()
validVartypes <- function() c(oldtypes, "MyVarType")
validVartypes()

gRbase documentation built on May 2, 2019, 4:51 p.m.