Learn R Programming

Momocs (version 1.1.6)

subset.Coo: Subsets on Momocs objects

Description

Subset is a wrapper around dplyr's verbs and should NOT be used directly.

Usage

# S3 method for Coo
subset(x, subset, ...)

# S3 method for Coe subset(x, subset, ...)

# S3 method for PCA subset(x, subset, ...)

Arguments

x
a Coo or a Coe object.
subset
logical taken from the $fac slot, or indices. See examples.
...
useless here but maintains consistence with the generic subset.

See Also

Other handling functions: arrange, at_least, chop, combine, dissolve, filter, mutate, rename, rm_uncomplete, rw_fac, sample_frac, sample_n, select, slice, transmute

Examples

Run this code
# Do not use subset directly

Run the code above in your browser using DataLab