Learn R Programming

eRTG3D (version 0.7.0)

filter.dead.ends: Remove dead ends

Description

Function to filter out tracks that have found a dead end

Usage

filter.dead.ends(cerwList)

Arguments

cerwList

list of data.frames and NULL entries

Value

A list that is only containing valid tracks.

Examples

Run this code
# NOT RUN {
filter.dead.ends(list(niclas, niclas))
# }

Run the code above in your browser using DataLab