qualmap (version 0.1.1)

qm_define: Define input values

Description

A wrapper around base::c that is used for constructing vectors of individual feature values. Each output should correspond to a single cluster on the respondent's map.

Usage

qm_define(...)

Arguments

...

A comma separated list of individual features

Value

A vector list each feature.

Examples

Run this code
# NOT RUN {
cluster <- qm_define(118600, 119101, 119300)

# }

Run the code above in your browser using DataCamp Workspace