sampling_functions: Build Sampling Functions

Description Usage Arguments Details Value

View source: R/sample_events.R

Description

Helper function for sample_events. Parses function call parameters into self-enclosed function calls that can be passed row subsets of an event table for sampling.

Usage

1
sampling_functions(col.names, ...)

Arguments

col.names

Names of columns, for converting column name indices to numeric column indices.

...

Lists of sampling function parameters (see sample_events).

Details

NOTE: Assumes bin assignments will be appended to the end of the event table.

Value

A list of functions.


linbin documentation built on April 20, 2021, 5:07 p.m.