Hi everyone,
I want to run a single species multi-season model, and I am trying to setup my camera operation matrix. I have a data frame with my station and camera info:
There are two sessions (1 is for prefire and 2 for postfire). But when I try to obtain the camera operation matrix with the following code, all values for my session 2 comes as NA. The values comes up fine if I am running the codes for different seasons/sessions separately.
camop_noproblem_ASC2019 <- cameraOperation(CTtable = camop_ASC2019,
stationCol = "station",
cameraCol = "camera",
sessionCol = "session",
byCamera = F,
allCamsOn = T,
setupCol = "installed",
retrievalCol = "removed",
dateFormat = "%Y - %m - %d" )
I am unable to figure out what the error is. Below is the output image
Any help would be appreciated, thanks a lot!
Warm regards,
Vishnu