Skip to content

Commit

Permalink
amended
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/LainPardo/Snapshot_Safari

# Conflicts:
#	README.md
  • Loading branch information
LainPardo committed Oct 10, 2021
2 parents c2847d6 + d15ac34 commit 9127784
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ Most of these functions are used in other scripts included in this repository
`2_species_exploration`
This is a protocol with the most important steps to analyze a typical Snapshot or other camera trap report. Useful to understand the general patterns in the community. Includes functions to do mapping of richness and events (not standardize by effort), calculate survey effort and others useful exploratory plots of species records. This is a workable version with comments.


`3a_gral_biodiv_analysis`
This is a general (gnral) protocol for creating a basic biodiversity report based on species records (camtrap records).
This includes all codes and outputs details as well as some useful visualizations. It is the commented code for 3b_clean_report script
 
 *note: if your species records come from Digikam/CamTrapR, first convert this table into snapshot format first using the "digi_snap" function.
 e.g.
  newrep <- digi_snap(rep_MTZ, sitecode = "GOE")  

*note: if your species records come from Digikam/CamTrapR, first convert this table into snapshot format first using the "digi_snap" function.
e.g.
newrep <- digi_snap(rep_MTZ, sitecode = "GOE")  
  1 st arg = object with the original digikam report format
  2 nd arg = new col with the code of the site, e.g "GOE" will be the string for the whole col
with this run the independance before starting richness and RAI analysis
Expand Down

0 comments on commit 9127784

Please sign in to comment.