conceptmap.default {comato}R Documentation

Basic creation of a conceptmap object

Description

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

Usage

## 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

empty_cm = conceptmap(NULL)

[Package comato version 1.1 Index]