tapas_export: Prepares an output data frame to summarize the results of the...

View source: R/export_tapas.R

tapas_exportR Documentation

Prepares an output data frame to summarize the results of the peak-detection analysis.

Description

Requires an output from one of the following functions: global_thresh(), local_thresh(), or peak_detection().

Usage

tapas_export(series = NULL)

Arguments

series

The output of global_thresh(), local_thresh(), or peak_detection().

Value

A data frame.

Author(s)

Walter Finsinger

Examples

## Not run: 
co <- tapas::co_char_data
co_loc <- tapas::peak_detection(co, proxy = "char")
co_glob_exp <- tapas::tapas_export(co_loc)

## End(Not run)


wfinsinger/tapas documentation built on Aug. 22, 2024, 4:28 a.m.