View source: R/userFunctions.R
isolate_traces | R Documentation |
Uses envelopes to create two different matrices with one trace on each
isolate_traces(
imageMatrix,
topEnvelope,
topLowerEnvelope,
bottomUpperEnvelope,
bottomEnvelope
)
imageMatrix |
The processed Image matrix with import_process_image() and trimmed if applicable |
topEnvelope |
Top envelope for the top trace (scaled to your matrix correctly) |
topLowerEnvelope |
Bottom envelope for the top trace (scaled to your matrix correctly) |
bottomUpperEnvelope |
The top envelope for the second trace (scaled to your matrix correctly) |
bottomEnvelope |
Bottom envelope for the bottom trace (scaled to your matrix correctly) |
NOTE: make sure that your envelopes are scaled to your matrix
list of both isolated trace matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.