order_by_first: Order List of Vectors by First Vector Elements

View source: R/helpers.R

order_by_firstR Documentation

Order List of Vectors by First Vector Elements

Description

Order List of Vectors by First Vector Elements

Usage

order_by_first(x)

Arguments

x

list of vectors

Examples

findblobs:::order_by_first(list(
  c(3, 4),
  c(1, 5, 6),
  c(2, 1)
))


hsonne/findblobs documentation built on April 5, 2022, 6:33 p.m.