Learn R Programming

comato (version 1.1)

conceptmap.default: Basic creation of a conceptmap object

Description

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

Usage

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

Run this code
# NOT RUN {
empty_cm = conceptmap(NULL)
# }

Run the code above in your browser using DataLab