Skip to content

Issues with convert functions #8

@anemone19

Description

@anemone19

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions