forked from jniedballa/camtrapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
55 lines (54 loc) · 1.75 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
54
55
destination: docs
reference:
- title: Overview
desc: Overview of the camtrapR package
contents:
- '`camtrapR-package`'
- title: Image organisation and management
desc: Functions for image organisation and preprocessing
contents:
- '`createStationFolders`'
- '`fixDateTimeOriginal`'
- '`timeShiftImages`'
- '`imageRename`'
- '`addCopyrightTag`'
- '`appendSpeciesNames`'
- title: Species / individual identification
desc: Functions to assist identification of species and individuals
contents:
- '`checkSpeciesNames`'
- '`createSpeciesFolders`'
- '`checkSpeciesIdentification`'
- '`getSpeciesImages`'
- title: Image data extraction
desc: Functions to extract and tabulate data from images
contents:
- '`recordTable`'
- '`recordTableIndividual`'
- '`exifTagNames`'
- '`exiftoolPath`'
- title: Data exploration and visualisation
desc: Functions for plotting species activity, detection maps and exporting shapefiles
contents:
- '`detectionMaps`'
- '`activityHistogram`'
- '`activityDensity`'
- '`activityRadial`'
- '`activityOverlap`'
- title: Data export
desc: Functions to prepare occupancy and spatial capture-recapture analyses, and summarise surveys
contents:
- '`cameraOperation`'
- '`detectionHistory`'
- '`spatialDetectionHistory`'
- '`surveyReport`'
- title: Sample data
desc: Sample data sets included in camtrapR
contents:
- '`camtraps`'
- '`recordTableSample`'
- '`recordTableIndividualSample`'
- '`camtrapsMultiSeason`'
- '`recordTableSampleMultiSeason`'
- '`recordTableIndividualSampleMultiSeason`'
- '`timeShiftTable`'