Learn R Programming

Momocs (version 1.4.1)

slidings_scheme: Extracts partitions of sliding coordinates

Description

Helper function that deduces (likely to be a reminder) partition scheme from $slidings of Ldk objects.

Usage

slidings_scheme(Coo)

Value

a list with two components: n the number of partition; id

their position. Or a NULL if no slidings are defined

Arguments

Coo

an Ldk object

See Also

Other ldk/slidings methods: add_ldk(), def_ldk(), def_slidings(), get_ldk(), get_slidings(), rearrange_ldk()

Examples

Run this code
# no slidings defined a NULL is returned with a message
slidings_scheme(wings)

# slidings defined
slidings_scheme(chaff)

Run the code above in your browser using DataLab