Learn R Programming

comato (version 1.1)

conceptmaps.default: 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

# S3 method for default
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

Run this code
# NOT RUN {
empty_cms = conceptmaps(NULL)
# }

Run the code above in your browser using DataLab