powered by
Joins and reformats two animal data frames for the purpose of flag comparison
compare_flags( correct, candidate, use_elev = TRUE, use_slope = TRUE, has_flags = FALSE, dropped_flag = NULL )
reference data frame
df to be compared to the reference
logical, whether to include elevation in comparison, defaults to true
logical, whether to include slope in comparison, defaults to true
logical, whether correct data frame has predefined flags, defaults to false
dropped flag column, must be defined when has_flags is true, otherwise null
joined and reformatted data frame
# NOT RUN { # Join and reformat unfiltered demo data and filtered demo data compare_flags(demo_unfiltered_elev, demo_filtered_elev) # }
Run the code above in your browser using DataLab