Learn R Programming

spinifex (version 0.2.5)

pch_of: Return shape integers for a given discrete categorical variable.

Description

Return shape integers for a given discrete categorical variable.

Usage

pch_of(class)

Arguments

class

The discrete categorical variable to return the shape of.

Value

Vector of integer shape values of the discrete categorical variable.

Examples

Run this code
# NOT RUN {
pch_of(tourr::flea$species)
# }

Run the code above in your browser using DataLab