1
SUPPORTING INFORMATION
2 3
Estimating carnivore community structures
4
José Jiménez1, Juan Carlos Nuñez Arjona2, Carmen Rueda2, Luis Mariano González3,
5
Francisco García Domínguez3, Jaime Muñoz Igualada2 & José Vicente López-Bao4
6 7 8
1
9
Toledo s/n, 13071-Ciudad Real. Email:
[email protected]
Instituto de Investigación en Recursos Cinegéticos (CSIC-UCLM-JCCM); Ronda de
10
2
11
Camarillo 6B, planta 4. 28037-Madrid. email:
[email protected] (JCNA);
12
[email protected] (CR);
[email protected] (JMI)
13
3
14
Medio Ambiente de España. Plaza de San Juan de la Cruz s/n. 28075-Madrid. email:
15
[email protected](LMG);
[email protected](FGD)
16
4
17
Spain. email:
[email protected]
Tragsatec, Gerencia de Calidad, Evaluación Ambiental y Biodiversidad. C/ Julián
Subdirección General de Medio Natural. Ministerio de Agricultura, Alimentación y
Research Unit of Biodiversity (UO/CSIC/PA), Oviedo University, 33600-Mieres,
18 19 20 21 22 23 24 25
1
26
Appendix S1. Code (R) used to allow the selection of pictures by temporal
27
difference. The code uses ExifTool in R (Harvey 2015) and the library
28
“dplyr”(Wickham & Francois 2015).
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
# Install ExifTool from: http://www.sno.phy.queensu.ca/~phil/exiftool/ setwd('C:/path to your pics directory /') system2("C:/.../exiftool", args="-common -FNumber -DateTimeOriginal – FileType -csv –r C:/[your pics directory]", stdout="photodata.csv") data