## suppose CH is a capthist object with detector type proximity,
## attribute 'markocc' is defined for traps(CH), and
## unmarkedsightings.txt is a text file with a
## compatible K x S array of non-negative integer values.
Tu <- read.table('unmarkedsightings.txt')
CH2 <- addSightings(CH, unmarked = Tu)Run the code above in your browser using DataLab