conceptmaps.default {comato} | R Documentation |
Basic creation of a conceptmaps object
Description
conceptmaps
creates a conceptmaps object based on either an empty set of concept map or on a list of concept maps.
Usage
## 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
empty_cms = conceptmaps(NULL)
[Package comato version 1.1 Index]