Momocs (version 1.3.2)

subsetize: Subsetize various Momocs objects

Description

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

Usage

subsetize(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(), fac_dispatcher(), filter(), mutate(), rename(), rescale(), rm_harm(), rm_missing(), rm_uncomplete(), rw_fac(), sample_frac(), sample_n(), select(), slice()

Examples

Run this code
# NOT RUN {
# Do not use subset directly
# }

Run the code above in your browser using DataLab