indexer: Determine indices for treatment groups

View source: R/convrg_func.R

indexerR Documentation

Determine indices for treatment groups

Description

This function determines the indices for the first and last replicates within a vector describing treatment group.

Usage

indexer(x)

Arguments

x

Vector input.

Value

A list with two named elements that contain start and end indices.

Examples

indexer(c(rep("treatment1",5), rep("treatment2",5)))

JHarrisonEcoEvo/CNVRG documentation built on March 29, 2025, 10:56 p.m.