parseMD {animl} | R Documentation |
parse MD results into a simple dataframe
Description
parse MD results into a simple dataframe
Usage
parseMD(mdresults, manifest = NULL, outfile = NULL)
Arguments
mdresults |
raw MegaDetector output |
manifest |
dataframe containing all frames |
outfile |
file path to save dataframe to |
Value
original dataframe including md results
Examples
## Not run:
mdresults <- parseMD(mdres)
## End(Not run)
[Package animl version 1.1.0 Index]