You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dir.mode = "CentroidAngle" in stamp.direction() there is an error:
Error in Ops.units(temp, 0) :
both operands of the expression should be "units" objects
I tested this with my own data as well as the package data and the same error occurs both times. The error does not occur when dir.mode = ConeModel, and I have not tested the other options.
Here is the code I used to test this using the package data:
When
dir.mode = "CentroidAngle"
instamp.direction()
there is an error:I tested this with my own data as well as the package data and the same error occurs both times. The error does not occur when
dir.mode = ConeModel
, and I have not tested the other options.Here is the code I used to test this using the package data:
The text was updated successfully, but these errors were encountered: