conceptmaps.default: Basic creation of a conceptmaps object

Description Usage Arguments Value Examples

Description

conceptmaps creates a conceptmaps object based on either an empty set of concept map or on a list of concept maps.

Usage

1
2
## Default S3 method:
conceptmaps(x, ...)

Arguments

x

The set of concept maps. For NULL, an empty set of concept maps is created, otherwise the object is cooerced into a list.

...

-

Value

A conceptmaps object.

Examples

1
empty_cms = conceptmaps(NULL)

comato documentation built on May 2, 2019, 6:52 a.m.