Learn R Programming

Momocs (version 1.0.0)

subset.Coo: Subsets on Momocs objects

Description

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

Usage

"subset"(x, subset, ...)
"subset"(x, subset, ...)
"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_rule, 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