Learn R Programming

qualmap (version 0.2.2)

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(...)

Value

A vector list each feature.

Arguments

...

A comma separated list of individual features

Examples

Run this code
cluster <- qm_define(118600, 119101, 119300)

Run the code above in your browser using DataLab