View source: R/read_merge_info.R
find_merged_segments_slow | R Documentation |
This is a naive implementation that only depends only on the mergeinfo
object created by read_mergeinfo
. It is retained only to verify
correctness. It is slow but does not require any pre-processing of the table
of merge information.
find_merged_segments_slow(x, mergeinfo)
x |
a segment id or any other input that can be interpreted by
|
mergeinfo |
The merge information data.frame created by
|
vector of segment ids
find_merged_segments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.