Learn R Programming

animl (version 1.1.0)

parseMD: parse MD results into a simple dataframe

Description

parse MD results into a simple dataframe

Usage

parseMD(mdresults, manifest = NULL, outfile = NULL)

Value

original dataframe including md results

Arguments

mdresults

raw MegaDetector output

manifest

dataframe containing all frames

outfile

file path to save dataframe to

Examples

Run this code
if (FALSE) {
mdresults <- parseMD(mdres)
}

Run the code above in your browser using DataLab