ss_listslicer: ss_listslicer

View source: R/ss_listslicer.R

ss_listslicerR Documentation

ss_listslicer

Description

Cuts up a df into two lists, based on two intervals provided. I.e., two sets of data, one 11 measurements, one 13 measurements, are repeated in a data frame. Cuts each of the 11 measurement sets and each of the 13 measurement sets out, groups them in a list, and returns the two lists.

Usage

ss_listslicer(df, r1, r2)

Arguments

df

The dataframe to be sliced

r1

The first interval

r2

The second interval


poales/sharkeySpec documentation built on July 22, 2022, 10:28 a.m.