Primary tabs

Example parameters file

The following contains the R code used to run the analysis for kittiwake.Gannets

setwd("~/Work/Project/CEH/Displacement/SimplifiedModel/CurrentModel/")

source("Simplified-Displacement-Model-Version17.R")

pars.full <- (read.csv("Parameters/parameters-gps.csv"))[,3:9]

meta <- list(wf = read.csv("Meta/wfinfo.csv"), colony = read.csv("Meta/colonies.csv"), colonysize = read.csv("Meta/colonysize.csv"), wfstats = read.csv("Meta/wfstats.csv"))

levels(meta$colony$colony) <- c("ForthIslands", "Boddam", "FAR", "Fowlsheugh", "ForthIslands", "StAbbsHead", "TPL")

levels(meta$wfstats$SPA)[3] <- "ForthIslands"

Species-specific part :

dat <- read.csv("/tmpshare/adam/projects/seabirds/Displacement/out-sixth/kittiwake.csv")

levels(dat$Site)[3] <- "ForthIslands"

out.kittiwake <- vsdm.sensitivity(dat, species = "Kittiwake", meta = meta, pars.full = pars.full, ppop = 1/3)

write.csv(getsummary.zones(out.kittiwake), file="Output/sensitivity-kittiwake.csv", quote=FALSE, row.names=FALSE)

Data Preview: Note that by default the preview only displays up to 100 records. Use the pager to flip through more records or adjust the start and end fields to display the number of records you wish to see.

Additional Information

FieldValue
mimetypetext/csv
filesize1.74 KB
resource typefile upload
timestampJan 15, 2016