Consider looking into using a dplyr::left_join() plus a calculation of the intended offset of the original emuRsegs object to insert missing rows into resulting data.frame object. If implemented, this should probably be set via an additional parameter.
Consider looking into using a dplyr::left_join() plus a calculation of the intended offset of the original
emuRsegs
object to insert missing rows into resultingdata.frame
object. If implemented, this should probably be set via an additional parameter.