Learn R Programming

spinifex (version 0.1.0)

pch_of: Return pch values for a given categorical variable

Description

Retruns integer pch values for a passed categorical variable.

Usage

pch_of(cat)

Arguments

cat

The categorical variable to return the pch values for.

Value

The integer pch values for a passed categorical variable.

Examples

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

Run the code above in your browser using DataLab