Description Usage Arguments Value Examples
Sampling occasions by camera
1  | build_occ_cam(deploy, occ)
 | 
deploy | 
 deploy object  | 
occ | 
 dataframe of sampling occasions  | 
dataframe
1 2 3 4 5 6  |   study_dates <- as.POSIXct(c("2016-01-01 00:00:00", "2016-01-04 23:59:59"), tz = "GMT")
  occ <- build_occ(samp_freq = 3600, 
            samp_length = 10,
            study_start = study_dates[1],
            study_end = study_dates[2])
  build_occ_cam(deploy, occ)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.