tapas_export | R Documentation |
Requires an output from one of the following functions:
global_thresh()
, local_thresh()
,
or peak_detection()
.
tapas_export(series = NULL)
series |
The output of |
A data frame.
Walter Finsinger
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.