Description Usage Arguments Value Examples
conceptmaps
creates a conceptmaps object from a set of concept maps represented as a matrix.
1 2 | ## S3 method for class 'matrix'
conceptmaps(x, filter = T, ...)
|
x |
A matrix that represents a set of concept maps. The first colum is taken to identify the map, i.e.
for each value occuring in the first column, the rows with identical values are extracted and |
filter |
If TRUE, empty concept maps (i.e. concept maps without any proposition) are not contained in the resulting set. |
... |
- |
A conceptmaps object.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.