as.matrix.conceptmap: Convert a conceptmap object to a matrix

Description Usage Arguments Value

Description

as.matrix converts a conceptmap object into a matrix. The output can be fed back into conceptmap.matrix.

Usage

1
2
## S3 method for class 'conceptmap'
as.matrix(x, ...)

Arguments

x

A conceptmap object.

...

-

Value

A matrix with 3 columns and one row for each proposition of the concept map. The 3 columns contain the start and end node of each proposition as well as the label of the edge (as character vectors).


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