conceptmap.default: Basic creation of a conceptmap object

Description Usage Arguments Value Examples

Description

conceptmap creates a conceptmap object based on either an empty concept map or on (matrix) data.

Usage

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

Arguments

x

The concept map data. For NULL, an empty concept map is created, otherwise the object is cooerced into a matrix.

...

-

Value

A conceptmap object.

Examples

1
empty_cm = conceptmap(NULL)

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