-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi @lukasvonziegler , @plger and others,
I am trying to analyze my DLC data and I am only interested in the movement and speed of the animal. I am trying to do a bin analysis with the CalculateMovement function because I dont need to OFT analysis or such. Even if I try to do OFT, AddOFTZones gives me weird triangle zones. When I try BinReport <- BinAnalysis(Tracking, FUN = CalculateMovement, movement_cutoff=1, integration_period=1) it throws an error:
Error in data.frame(bin = t$bins[i, "bin"], FUN(tb, ...)$Report) :
arguments imply differing number of rows: 1, 0
Called from: data.frame(bin = t$bins[i, "bin"], FUN(tb, ...)$Report)
Is the CalculateMovement fucntion bind to OFT analysis and do I have to create zones to perform CalculateMovement function? Could you please provide some advices, thanks in advance for any help.