-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I've been trying to convert an acre capture history object to a secr one.
simple_ch <- create.capt(captures = simple_hhn$capt,
traps = simple_hhn$traps)
convert.capt.to.secr(simple_ch, traps=simple_hhn$traps)
convert.traps(simple_hhn$traps)
The error I get is the following:
Error in convert.traps(simple_hhn$traps) :
The convert.traps() function will only convert single-session trap objects.
As far as I am aware, the demo dataset simple_hhn only has a single session. Not sure if I am doing something wrong, maybe the capture history object?
Metadata
Metadata
Assignees
Labels
No labels